Module issue::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 required for issue requests; lower values would risk the rejection of payment on Bitcoin.
- The time difference in number of blocks between an issue request is created and required completion time by a user. The issue period has an upper limit to prevent griefing of vault collateral.
- Users create issue requests to issue tokens. This mapping provides access from a unique hash
IssueId
to anIssueRequest
struct. - Build storage at V1 (requires default 0).