pallet-proxy 34.0.0

FRAME proxying pallet (polkadot v1.12.0)
Documentation
# 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 required 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.

- [`Config`]https://docs.rs/pallet-proxy/latest/pallet_proxy/pallet/trait.Config.html
- [`Call`]https://docs.rs/pallet-proxy/latest/pallet_proxy/pallet/enum.Call.html

## Overview

## Interface

### Dispatchable Functions

[`Call`]: ./enum.Call.html
[`Config`]: ./trait.Config.html

License: Apache-2.0