Comment on page

tokenConfirmationBlock

This block enables the owner of the private key for the account to manually perform operations with the token, including those not available in the ‘tokenActionBlock’.

1. Properties

Block Property
Definition
Example Input
Status
tag
Unique name for the logic block.
tokenConfirmationBlock
permissions
Which entity has rights to interact at this part of the workflow.
VVB
defaultActive
Shows whether this block is active at this time and whether it needs to be shown.
Checked or unchecked.
On errors
Called if the system error has occurs in the Block
  • No action
  • Retry
  • Go to step
  • Go to tag
Stop Propagation
End processing here, don't pass control to the next block.
Checked or unchecked.
Token
The token which is affected by the action
iREC token
Account Type
The type of the account under which the action is performed. If set to ‘Default’ the account of the currently logged in user is used (i.e. the owner of the document).
If set to ‘Custom’ the account specified in the ‘accountId’ field is used.
Custom
Account Id (Field)
The value from this field is used as the ID of the account under which the action is performed when ‘Account Type’ is set to ‘Custom’.
field0
Action
Action to be performed on Token
  • Associate
  • Dissociate
Use Template
This needs to be enabled if we need to use token template, which is created already.
Enabled/Disabled
Token Template
Which will take created tokenId from input document by template name
token_template___0
Notes:
  1. 1.
    Only fields of ‘Hedera Account’ type can be used for ‘accountId’.
  2. 2.
    If the field specified in the ‘accountId’ is not found in the current document then the system will look for it in the parent documents.
  3. 3.
    Users can skip the action by selecting “I will Action manually” option in the UI. This would require the user to perform the corresponding action off-Guardian platform (directly on Hedera chain).
Block Properties
JSON View of the Block
Configuring tokenConfirmationBlock
Creating Event to move to next step

2. Performing Token Associate using Guardian UI

The user need to input the private key for the account to enable Guardian to perform the action. The key is used once for the operation specified, it is not saved and not logged anywhere.
Note: Users can skip the action in UI if they prefer to perform it outside Guardian (directly with Hedera blockchain).

API Parameters

get
/policies/{policyId}/blocks/{uuid}
post
/policies/{policyId}/blocks/{uuid}