Policy Workflow Step 22

Next, we return to the top field in our policy to add our final policy action block – minting of tokens – by clicking on the β€œContainer” button in the top navigation bar.

Programmatically this workflow step looks like this:

// Policy branch for minting tokens.
{
  "tag": "mint_events",
  "permissions": [
    "OWNER",
    "INSTALLER"
  ],
  "blockType": "InterfaceContainerBlock",
  "uiMetaData": {
    "type": "blank"
  },

Last updated