Type Alias pallet_inv4::pallet::Multisig

source ·
pub type Multisig<T: Config> = StorageDoubleMap<_GeneratedPrefixForStorageMultisig<T>, Blake2_128Concat, T::CoreId, Blake2_128Concat, T::Hash, MultisigOperationOf<T>>;
Expand description

Details of a multisig call.

Key: (Core ID, call hash)

Storage type is [StorageDoubleMap] with key1 type T :: CoreId, key2 type T :: Hash and value type crate :: multisig :: MultisigOperationOf < T >.

Aliased Type§

struct Multisig<T: Config>(/* private fields */);