40 releases (major breaking)

new 31.0.0 Mar 18, 2024
30.0.0 Feb 26, 2024
29.0.0 Feb 13, 2024
28.0.0 Jan 23, 2024
2.0.0-rc5 Jul 24, 2020

#1267 in Magic Beans

Download history 600/week @ 2023-11-26 340/week @ 2023-12-03 613/week @ 2023-12-10 305/week @ 2023-12-17 85/week @ 2023-12-24 658/week @ 2023-12-31 789/week @ 2024-01-07 438/week @ 2024-01-14 547/week @ 2024-01-21 486/week @ 2024-01-28 633/week @ 2024-02-04 1103/week @ 2024-02-11 2095/week @ 2024-02-18 1720/week @ 2024-02-25 748/week @ 2024-03-03 348/week @ 2024-03-10

4,987 downloads per month
Used in 25 crates (15 directly)

Apache-2.0

2MB
37K SLoC

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


lib.rs:

Proxy Pallet

A pallet 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.

Dependencies

~16–36MB
~578K SLoC