Trait pallet_certification::traits::CheckCertAllowed
source · pub trait CheckCertAllowed<IdtyIndex> {
// Required method
fn check_cert_allowed(
issuer: IdtyIndex,
receiver: IdtyIndex
) -> Result<(), DispatchError>;
}
Required Methods§
fn check_cert_allowed( issuer: IdtyIndex, receiver: IdtyIndex ) -> Result<(), DispatchError>
Object Safety§
This trait is not object safe.