I am trying to create a basic validation system for trade management using multichain, One of the questions that pops up is the ability to add attributes to an asset.
Based on the documentation, a node, say the issuer, can create an asset with added fields, such as customer and counterparty and sends the asset to another node, say, a validator node. Validator node effectively ensures some preliminary validation logic to ensure that the trade is valid.
At this point, is it possible for validator to add more fields and send back the updated asset to issue?
Alternatively, if issuer creates fields with empty values and sends the asset to the validator, can the validator populate the empty fields for the asset and send back the updated asset to the issuer?