interface MsgMultiSendValue {
    inputs: Input[];
    outputs: Output[];
}

Properties

Properties

inputs: Input[]
outputs: Output[]