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 Signed origin, and the sender account must have been created by a call to pure with corresponding parameters.
Signed
pure
spawner
index
0
proxy_type
height
ext_index
Fails with NoPermission in case the caller is not a previously created pure account whose pure call has corresponding parameters.
NoPermission
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
Signed
origin, and the sender account must have been created by a call topure
with corresponding parameters.spawner
: The account that originally calledpure
to 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 topure
was processed.ext_index
: The extrinsic index in which the call topure
was processed.Fails with
NoPermission
in case the caller is not a previously created pure account whosepure
call has corresponding parameters.