T402 API Reference - v2.8.0
    Preparing search index...

    Cosmos MsgSend

    interface MsgSend {
        "@type"?: string;
        fromAddress: string;
        toAddress: string;
        amount: Coin[];
    }
    Index

    Properties

    "@type"?: string
    fromAddress: string
    toAddress: string
    amount: Coin[]