43 releases (major breaking)

new 34.0.0 May 23, 2024
33.0.0 May 1, 2024
32.0.0 Apr 8, 2024
31.0.0 Mar 18, 2024
2.0.0-rc5 Jul 24, 2020

#1245 in Magic Beans

Download history 685/week @ 2024-02-05 1109/week @ 2024-02-12 2064/week @ 2024-02-19 1698/week @ 2024-02-26 782/week @ 2024-03-04 1016/week @ 2024-03-11 1795/week @ 2024-03-18 1488/week @ 2024-03-25 1606/week @ 2024-04-01 2131/week @ 2024-04-08 1964/week @ 2024-04-15 1465/week @ 2024-04-22 1395/week @ 2024-04-29 1367/week @ 2024-05-06 1224/week @ 2024-05-13 1202/week @ 2024-05-20

5,227 downloads per month
Used in 25 crates (15 directly)

Apache-2.0

2MB
38K 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

~18–33MB
~555K SLoC