Module pallet_proxy::pallet::dispatchables
source · Expand description
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.