pub trait AssetPrecompileConfig {
type AssetIdExtractor: AssetIdExtractor;
const MATCHER: AddressMatcher;
}
Expand description
The configuration of a pallet-assets precompile.
Required Associated Constants§
Required Associated Types§
Sourcetype AssetIdExtractor: AssetIdExtractor
type AssetIdExtractor: AssetIdExtractor
The AssetIdExtractor
used by the precompile.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.