Type Alias remove_proxy

remove_proxy: TxDescriptor<
    {
        delay: number;
        delegate: MultiAddress;
        proxy_type: Enum<
            {
                Any: undefined;
                Auction: undefined;
                CancelProxy: undefined;
                Governance: undefined;
                NominationPools: undefined;
                NonTransfer: undefined;
                Staking: undefined;
            },
        >;
    },
>

Unregister a proxy account for the sender.

The dispatch origin for this call must be Signed.

Parameters:

  • proxy: The account that the caller would like to remove as a proxy.
  • proxy_type: The permissions currently enabled for the removed proxy account.