kill_pure: TxDescriptor< { ext_index: number; height: number; index: number; proxy_type: Enum< { Any: undefined; AssetManager: undefined; AssetOwner: undefined; Assets: undefined; CancelProxy: undefined; Collator: undefined; NonTransfer: undefined; }, >; spawner: MultiAddress; },>
Removes a previously spawned pure proxy.
WARNING: All access to this account will be lost. Any funds held in it will be inaccessible.
Requires a
Signedorigin, and the sender account must have been created by a call topurewith corresponding parameters.spawner: The account that originally calledpureto create this account.index: The disambiguation index originally passed topure. Probably0.proxy_type: The proxy type originally passed topure.height: The height of the chain when the call topurewas processed.ext_index: The extrinsic index in which the call topurewas processed.Fails with
NoPermissionin case the caller is not a previously created pure account whosepurecall has corresponding parameters.