pub trait IsRepresentation {
    // Required method
    fn is_representation(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

source§

impl IsRepresentation for AccountId32

Implementors§

source§

impl IsRepresentation for PredefinedAssetId

source§

impl<AccountId, AssetId, DEXId> IsRepresentation for TechAccountId<AccountId, AssetId, DEXId>

Implementation of IsRepresentation for TechAccountId, because is has WrappedRepr.