Files
pezkuwi-subxt/substrate/frame/proxy/README.md
T
Shawn Tabrizi 762b4b25d0 Fix CI Link Check (#7639)
* fix trigger fingers

* more

* Update frame/example-offchain-worker/README.md

Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
Co-authored-by: Guillaume Thiolliere <gui.thiolliere@gmail.com>
2020-11-30 22:01:18 +00:00

22 lines
682 B
Markdown

# Proxy Module
A module allowing accounts to give permission to other accounts to dispatch types of calls from
their signed origin.
The accounts to which permission is delegated may be requied to announce the action that they
wish to execute some duration prior to execution happens. In this case, the target account may
reject the announcement and in doing so, veto the execution.
- [`proxy::Trait`](https://docs.rs/pallet-proxy/latest/pallet_proxy/trait.Trait.html)
- [`Call`](https://docs.rs/pallet-proxy/latest/pallet_proxy/enum.Call.html)
## Overview
## Interface
### Dispatchable Functions
[`Call`]: ./enum.Call.html
[`Config`]: ./trait.Config.html
License: Apache-2.0