Functions
addMintPolicy
Adds a new mint policy for the set represented by the calling contract| Name | Type | Description |
|---|---|---|
policy | MintPolicy | The policy configuration to add |
| Name | Type | Description |
|---|---|---|
index | uint32 | Assigned policy index |
disableMintPolicy
Disables a mint policy for the set represented by the calling contract| Name | Type | Description |
|---|---|---|
index | uint32 | Index of the policy to disable |
enableMintPolicy
Enables a mint policy for the set represented by the calling contract| Name | Type | Description |
|---|---|---|
index | uint32 | Index of the policy to enable |