interface RetryIBCTransferRequest {
    chain: string;
    id: Long;
    sender: Uint8Array;
}

Properties

Properties

chain: string

Deprecated

id: Long
sender: Uint8Array

Generated using TypeDoc