interface GetNodeAddressesRequest {
    chainId: string;
    expiry?: number;
    request: {
        method: GetNodeAddresses;
        params: undefined;
    };
    topic: string;
}

Hierarchy

  • RequestParams
    • GetNodeAddressesRequest

Properties

chainId: string
expiry?: number
request: {
    method: GetNodeAddresses;
    params: undefined;
}

Type declaration

topic: string

Generated using TypeDoc