Reference/Comment in Daml Finance Transfer

Hi,

If there a way to add Comment/Reference field in Daml Finance Transfer? The scenario is that Account holder A transfers an asset to account holder B and need to pass a reference to specify the purpose of the transfer. Thanks.

Frank

1 Like

Hi @Frankie,

you could provide a “proxy” Transfer contract which has a choice which atomically transfer the holding + spawns a comment/reference contract instance (capturing the purpose of the actual transfer).

See Solution 3 in this thread:

I hope that helps!

Johan

1 Like