Asset with a custom field varying with each transaction

+1 vote
I am trying to create an asset with variable custom fields. The custom field can be something like interest rate or maturity date which should not be static (cannot be defined when we issue the asset). Can I have the custom field value to be updated when the transaction happens? For example, I will need the maturity date to be T+30, where T is the transaction date.

Is something of this sort possible with Multichain?

I am just starting out with Multichain. Please help.
asked May 12, 2016 by Hareesh

1 Answer

0 votes

The answer here would be to add metadata to each transaction representing the information you want. There are APIs like sendwithmetadata(from) that make this really easy.

answered May 12, 2016 by MultiChain
...