CosmosIbcTransferTx: {
    network: BlockchainNetwork;
    publicKeyId?: string;
    receiver: string;
    sender: string;
    sourceChannel: string;
    sourcePort: string;
    templateKind: CosmosIbcTransfer;
    timeoutHeight: CosmosTimeoutHeight;
    timeoutTimestamp: string;
    token: CosmosDenomAmount;
}

Type declaration

Generated using TypeDoc