Base Argument object for methods.

interface ProxyKillPureArgs {
    extIndex: number;
    height: number;
    index: number;
    proxyType: string;
    spawner: string;
}

Hierarchy (view full)

  • Args
    • ProxyKillPureArgs

Properties

extIndex: number

The extrinsic index in which the call to createPure was processed.

height: number

The height of the chain when the call to createPure was processed.

index: number

The disambiguation index originally passed to createPure. Probably 0

proxyType: string

The proxy type originally passed to createPure.

spawner: string

The account that originally called createPure to create this account.