remove_proxy: TxDescriptor<{
    delay: number;
    delegate: MultiAddress;
    proxy_type: Enum<{
        Alliance: undefined;
        Ambassador: undefined;
        Any: undefined;
        CancelProxy: undefined;
        Collator: undefined;
        Fellowship: undefined;
        NonTransfer: 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.