Type alias MintWouldOverflowDetails
Mint
Would
Overflow
Details
: { currentSupply
: Type; index
: number; maxRepresentableAmount
: Type; requestedAmount
: Type; }
Type declaration
-
currentSupply: Type
-
index: number
-
maxRepresentableAmount: Type
-
requestedAmount: Type
Details for a reject reason where minting would overflow supply constraints.
See CIS-7: reject-reasons/mintWouldOverflow