Module pallet_proxy::pallet::dispatchables
source · Expand description
Auto-generated docs-only module listing all defined dispatchables for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation
purposes. To see the real version of each dispatchable, look for them in Pallet
or
Call
.
Functions
- Register a proxy account for the sender that is able to make calls on its behalf.
- Publish the hash of a proxy-call that will be made in the future.
- Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and initialize it with a proxy of
proxy_type
fororigin
sender. - Removes a previously spawned pure proxy.
- Dispatch the given
call
from an account that the sender is authorised for throughadd_proxy
. - Dispatch the given
call
from an account that the sender is authorized for throughadd_proxy
. - Remove the given announcement of a delegate.
- Remove a given announcement.
- Unregister all proxy accounts for the sender.
- Unregister a proxy account for the sender.