mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
2416aa7999
* Bump version * update test-utils crates to be ready for publishing * adding changelog * Adding automaticly generated READMEs * fixing versions * another version mishap
17 lines
334 B
Markdown
17 lines
334 B
Markdown
# Proxy Module
|
|
A module allowing accounts to give permission to other accounts to dispatch types of calls from
|
|
their signed origin.
|
|
|
|
- [`proxy::Trait`](./trait.Trait.html)
|
|
- [`Call`](./enum.Call.html)
|
|
|
|
## Overview
|
|
|
|
## Interface
|
|
|
|
### Dispatchable Functions
|
|
|
|
[`Call`]: ./enum.Call.html
|
|
[`Trait`]: ./trait.Trait.html
|
|
|
|
License: Apache-2.0 |