Expand description
§Core
Common traits and types
Re-exports§
pub use location::AgentId;
pub use location::AgentIdOf;
pub use location::TokenId;
pub use location::TokenIdOf;
pub use ringbuffer::RingBufferMap;
pub use ringbuffer::RingBufferMapImpl;
pub use operating_mode::BasicOperatingMode;
pub use pricing::PricingParameters;
pub use pricing::Rewards;
Modules§
- Location
Structs§
- Metadata to include in the instantiated ERC20 token contract
- Identifier for a message channel
- Unique identifier of a parachain.
- Little-endian large integer type 256-bit unsigned integer.
Constants§
- Channel for high-priority governance commands
- Channel for lower-priority governance commands
Traits§
- Determine if a parachain is a system parachain or not.
Functions§
- Helper function that validates
fee
can be burned, then withdraws it fromorigin
and burns it. Note: Make sure this is called from a transactional storage context so that side-effects are rolled back on errors.