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