Base Argument object for methods.

interface UtilityBatch {
    calls: (string | {
        args?: string;
        callIndex?: string;
    })[];
}

Hierarchy (view full)

Properties

Properties

calls: (string | {
    args?: string;
    callIndex?: string;
})[]

The calls to be dispatched from the same origin. To take advantage of txwrapper methods, this could be an array of UnsignedTransaction.method.