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"
},