A high level transaction of the coin module

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