Adding fees to sendasset

+1 vote
Is there a way to add a fee to the sending of an asset? I can see the creator of an asset wanting to perhaps charge for sending, where the fees are sent to an admin address. I know this could be done at the application level, using APIs etc, but just curious if it is something that could be added in chain?..
asked Sep 4, 2017 by mark

1 Answer

0 votes

There is no way to enforce fees to be sent to a specific address, but you can enforce general transaction fees (in native currency units) using the minimum-relay-fee blockchain parameter (although MultiChain 1.0 does not actually enforce these fees, a problem that 1.0.1 will fix).

answered Sep 4, 2017 by MultiChain
...