ERC20Matcher

Type Alias ERC20Matcher 

Source
pub type ERC20Matcher = MatchedConvertedConcreteId<H160, u128, IsLocalAccountKey20, AccountKey20ToH160, JustTry>;
Expand description

xcm_executor::traits::MatchesFungibles implementation that matches ERC20 tokens.

Aliased Typeยง

pub struct ERC20Matcher(/* private fields */);