Limit an address' options of sending an asset (X is allowed to send Y and only Y)

+1 vote
Is it possible to limit an address in its sending permission?

I currently have a node which acts as sort of a warehouse. It holds 21 addresses (of which 20 users). At the end of the week, it needs to send goods from some, or all, of these addresses to the next party in the shipping network.

But The problem is that you need to give the used addresses the "send" permission. This gives the address the permission to send the asset to wherever they want to (as long as the receiving party has the receive permission) , right?

Is there a solution for this?
asked Sep 22, 2017 by Rachelle

1 Answer

0 votes
I'm afraid that in the current version of MultiChain it is not possible to define a rule like "address A can only send to address B". Look out for the transaction filter functionality coming in MultiChain 2.0 to support these kinds of rules:

https://www.multichain.com/blog/2017/06/multichain-1-beta-2-roadmap/
answered Sep 22, 2017 by MultiChain
...