Base Argument object for methods.

interface UtilityAsDerivativeArgs {
    call: string | {
        args?: string;
        callIndex?: string;
    };
    index: string | number;
}

Hierarchy (view full)

  • Args
    • UtilityAsDerivativeArgs

Properties

Properties

call: string | {
    args?: string;
    callIndex?: string;
}

The call to be dispatched from pseudonymous account derived from the origin. To take advantage of txwrapper methods, this could be an array of UnsignedTransaction.method.

index: string | number

The sub-account index of the origin.