Type alias MsgSendInfo

MsgSendInfo: {
    amount: string;
    asset: Asset | string;
    chain: CosmosChainData;
    receiver: string;
    sender: string;
}

Type declaration