Module pallet_asset_index::pallet [−][src]
Expand description
The module that hosts all the FRAME types needed to add this pallet to a runtime.
Re-exports
pub use __tt_default_parts_6 as tt_default_parts;
Structs
Can be used to configure the genesis state of this pallet.
Enums
Contains one variant per dispatchable that can be called by an extrinsic.
Custom dispatch errors of this pallet.
Traits
Configuration trait of this pallet.
Trait for the asset-index pallet extrinsic weights.
Type Definitions
(AssetId) -> AssetAvailability
All timestamped deposits of an account.
The range of the index token equivalent a deposit must be in in order to be allowed.
Tracks the locks of the minted index token that are locked up until
their LockupPeriod
is over (AccountId) -> Vec
Tracks the amount of the currently locked index token per user. This is equal to the sum(IndexTokenLocks[AccountId]) (AccountId) -> Balance
Store a duration (in blocks) of the lockup period
Type alias to Pallet
, to be used by construct_runtime
.
All currently pending withdrawal sets for an account.
Where a single PendingRedemption
is the result of a withdraw
call.
stores a range of redemption fee