referrerpolicy=no-referrer-when-downgrade

Module 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§

add_proxy
Register a proxy account for the sender that is able to make calls on its behalf.
announce
Publish the hash of a proxy-call that will be made in the future.
create_pure
Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and initialize it with a proxy of proxy_type for origin sender.
kill_pure
Removes a previously spawned pure proxy.
poke_deposit
Poke / Adjust deposits made for proxies and announcements based on current values. This can be used by accounts to possibly lower their locked amount.
proxy
Dispatch the given call from an account that the sender is authorised for through add_proxy.
proxy_announced
Dispatch the given call from an account that the sender is authorized for through add_proxy.
reject_announcement
Remove the given announcement of a delegate.
remove_announcement
Remove a given announcement.
remove_proxies
Unregister all proxy accounts for the sender.
remove_proxy
Unregister a proxy account for the sender.