Expand description
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
fororigin
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 throughadd_proxy
. - proxy_
announced - Dispatch the given
call
from an account that the sender is authorized for throughadd_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.