interface MsgMultiSendParams {
    inputs: SecretJS.Tx.Input[];
    outputs: SecretJS.Tx.Output[];
}

Hierarchy (view full)

Properties

Properties

inputs: SecretJS.Tx.Input[]
outputs: SecretJS.Tx.Output[]

Generated using TypeDoc