subspace_runtime_primitives

Trait AllowedUnsignedExtrinsics

Source
pub trait AllowedUnsignedExtrinsics {
    // Required method
    fn is_allowed_unsigned(&self) -> bool;
}
Expand description

Interface for checking allowed unsigned general extrinsics

Required Methods§

Implementors§