pallet-proxy

Crates.iopallet-proxy
lib.rspallet-proxy
version38.0.0
sourcesrc
created_at2020-06-08 20:33:42.531823
updated_at2024-09-26 06:52:12.121933
descriptionFRAME proxying pallet
homepagehttps://paritytech.github.io/polkadot-sdk/
repositoryhttps://github.com/paritytech/polkadot-sdk.git
max_upload_size
id251611
size84,349
Parity Crate Owner (parity-crate-owner)

documentation

README

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.

Overview

Interface

Dispatchable Functions

License: Apache-2.0

Release

Polkadot SDK stable2409

Commit count: 17920

cargo fmt