Type alias MsgTransferInfo

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

Type declaration