MintPolicyStatus
Indicates the current status of a mint policy
enum MintPolicyStatus {
None, // Uninitialized
Enabled, // Active
Disabled // Exists but cannot be used
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Indicates the current status of a mint policy
enum MintPolicyStatus {
None, // Uninitialized
Enabled, // Active
Disabled // Exists but cannot be used
}