Type alias MsgTransferInfo
MsgTransferInfo: { amount: string; asset: Asset | string; fromChain: CosmosChainData; receiver: string; sender: string; sourceChannel: string; sourcePort: string; toChain: CosmosChainData | undefined; } Type declaration
amount: string
asset: Asset | string
receiver: string
sender: string
sourceChannel: string
sourcePort: string