A high level transaction of the coin module

interface AminoMsgMultiSend {
    type: "cosmos-sdk/MsgMultiSend";
    value: {
        inputs: readonly Input[];
        outputs: readonly Output[];
    };
}

Hierarchy

  • AminoMsg
    • AminoMsgMultiSend

Properties

Properties

type: "cosmos-sdk/MsgMultiSend"
value: {
    inputs: readonly Input[];
    outputs: readonly Output[];
}

Type declaration

  • Readonly inputs: readonly Input[]
  • Readonly outputs: readonly Output[]

Generated using TypeDoc