Trait common::prelude::IsRepresentation
source · pub trait IsRepresentation {
// Required method
fn is_representation(&self) -> bool;
}
Required Methods§
fn is_representation(&self) -> bool
Implementations on Foreign Types§
source§impl IsRepresentation for AccountId32
impl IsRepresentation for AccountId32
fn is_representation(&self) -> bool
Implementors§
impl IsRepresentation for PredefinedAssetId
impl<AccountId, AssetId, DEXId> IsRepresentation for TechAccountId<AccountId, AssetId, DEXId>
Implementation of IsRepresentation
for TechAccountId
, because is has WrappedRepr
.