Struct pallet_ovm::AtomicPredicateIdConfig[][src]

pub struct AtomicPredicateIdConfig<AccountId, Hash> {
    pub not_address: AccountId,
    pub and_address: AccountId,
    pub or_address: AccountId,
    pub for_all_address: AccountId,
    pub there_exists_address: AccountId,
    pub equal_address: AccountId,
    pub is_contained_address: AccountId,
    pub is_less_address: AccountId,
    pub is_stored_address: AccountId,
    pub is_valid_signature_address: AccountId,
    pub verify_inclusion_address: AccountId,
    pub secp256k1: Hash,
}
Expand description

Atomic Predicate AccountId List. It is inject when runtime setup.

Fields

not_address: AccountIdand_address: AccountIdor_address: AccountIdfor_all_address: AccountIdthere_exists_address: AccountIdequal_address: AccountIdis_contained_address: AccountIdis_less_address: AccountIdis_stored_address: AccountIdis_valid_signature_address: AccountIdverify_inclusion_address: AccountIdsecp256k1: Hash

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Convert from a value of T into an equivalent instance of Option<Self>. Read more

Consume self to return Some equivalent value of Option<T>. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Cast reference.

Cast reference.

Cast mutable reference.

Cast mutable reference.

Get a reference to the inner from the outer.

Get a mutable reference to the inner from the outer.

Should always be Self

Convert from a value of T into an equivalent instance of Self. Read more

Consume self to return an equivalent value of T. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The counterpart to unchecked_from.

Consume self to return an equivalent value of T.