Policy Workflow Step 24

Next, we click on the β€œmint_events”, and then add a send action by clicking on the β€œSend” button in the top navigation bar to send the MRV data in the CSD004 form – Requesting IREC Issuance for tokens to be issued to the Guardian.

Programmatically this workflow step looks like this:

    // Store the new MRV.
    {
      "tag": "CSD04_requesting_i_Rec_issuance",
      "blockType": "sendToGuardianBlock",
      "dataType": "vc-documents",
      "entityType": "MRV",
      "uiMetaData": {}
    },

Last updated