Crates.io | pallet-utility |
lib.rs | pallet-utility |
version | 37.0.1 |
source | src |
created_at | 2020-02-28 05:50:59.292426 |
updated_at | 2024-10-09 14:46:49.645778 |
description | FRAME utilities pallet (polkadot v1.15.0) |
homepage | https://substrate.io |
repository | https://github.com/paritytech/polkadot-sdk.git |
max_upload_size | |
id | 213428 |
size | 65,294 |
A stateless module with helpers for dispatch management which does no re-authentication.
This module contains two basic pieces of functionality:
set_code
with
corresponding set_storage
s, for efficient multiple payouts with just a single signature
verify, or in combination with one of the other two dispatch functionality.Since proxy filters are respected in all dispatches of this module, it should never need to be filtered by any proxy.
batch
- Dispatch multiple calls from the sender's origin.as_derivative
- Dispatch a call from a derivative signed origin.License: Apache-2.0
polkadot v1.15.0