Module replace::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
- The minimum amount of btc that is accepted for replace requests; any lower values would risk the bitcoin client to reject the payment
- The time difference in number of blocks between when a replace request is created and required completion time by a vault. The replace period has an upper limit to prevent griefing of vault collateral.
- Vaults create replace requests to transfer locked collateral. This mapping provides access from a unique hash to a
ReplaceRequest
. - Build storage at V1 (requires default 0).