Registry / crypto / pallet-multisig

pallet-multisig

JSON →
library48.0.0rscratesunverified

FRAME multi-signature dispatch pallet for Substrate-based blockchains.

# Cargo.toml [dependencies] pallet-multisig = "48.0.0"
INSTALL
IMPORT
SIG · PALLET-MULTISIG
P
pallet-multisig
cryptorustv48.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Pallet
use pallet_multisig::Pallet;

Imports the multisig pallet for use in a Substrate runtime.

use pallet_multisig::Pallet; fn main() { // Pallet is typically used within a Substrate runtime println!("Multisig pallet ready"); }
Debug
Known issues
gotchaRequires specific Substrate runtime configuration and dependencies.
fix
Ensure you have the correct Substrate dependencies and configure the pallet in your runtime.
affects: >=1.0.0
Upgrade
Version history
48.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Amazon
1
Resources
pallet-multisig — cargo add pallet-multisig · libregistry