OnChainPackStatus
MINT_REQUESTED: When an off-chain pack has been requested to be minted on-chain and the workflow is in progress LISTING_FOR_SALE: When an on-chain pack has been requested to be listed for sale SEALED: When an on-chain pack is at sealed status, moments of the pack have not been revealed on the blockchain REVEALED: When an on-chain pack is at opened status, moments of the pack have been revealed, but on-chain transfer of the moments are not finished yet. OPENED: When a pack is at opened status, it means all moments of the pack are transferred to the user's wallet on-chain.
enum OnChainPackStatus {
MINT_REQUESTED
LISTING_FOR_SALE
SEALED
REVEALED
OPENED
}
Values
MINT_REQUESTED
LISTING_FOR_SALE
SEALED
REVEALED
OPENED
Member of
Pack object