Module vault_registry::pallet::storage_types
source · Expand description
Auto-generated docs-only module listing all (public and private) defined storage types for this pallet.
Warning: Doc-Only
Members of this module cannot be used directly and are only provided for documentation purposes.
To see the actual storage type, find a struct with the same name at the root of the pallet, in the list of Type Definitions.
Structs
- Determines the lower bound for the collateral rate in issued tokens. If a Vault’s collateral rate drops below this, automatic liquidation (forced Redeem) is triggered.
- Warning: Doc-Only
- The minimum collateral (e.g. DOT/KSM) a Vault needs to provide to register.
- Determines the rate for the collateral rate of Vaults, at which users receive a premium, allocated from the Vault’s collateral, when performing a redeem with this Vault. This threshold should be greater than the LiquidationCollateralThreshold.
- If a Vault fails to execute a correct redeem or replace, it is temporarily banned from further issue, redeem or replace requests. This value configures the duration of this ban (in number of blocks) .
- Mapping of reserved BTC addresses to the registered account
- Determines the over-collateralization rate for collateral locked by Vaults, necessary for wrapped tokens. This threshold should be greater than the LiquidationCollateralThreshold.
- Pallet storage version
- Determines the over-collateralization rate for collateral locked by Vaults, necessary for wrapped tokens. This threshold should be greater than the LiquidationCollateralThreshold.
- Total collateral used for collateral tokens issued by active vaults, excluding the liquidation vault
- Mapping of Vaults, using the respective Vault account identifier as key.
- Mapping of Vaults, using the respective Vault account identifier as key.