Keyboard shortcuts

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

MintPolicyStatus

Git Source

Indicates the current status of a mint policy

enum MintPolicyStatus {
None, // Uninitialized
Enabled, // Active
Disabled // Exists but cannot be used
}