MintPolicyStatus

Git Source

Indicates the current status of a mint policy

enum MintPolicyStatus {
    None,
    Enabled,
    Disabled
}