pub trait AllowedUnsignedExtrinsics {
// Required method
fn is_allowed_unsigned(&self) -> bool;
}
Expand description
Interface for checking allowed unsigned general extrinsics
pub trait AllowedUnsignedExtrinsics {
// Required method
fn is_allowed_unsigned(&self) -> bool;
}
Interface for checking allowed unsigned general extrinsics