Thanks for the response.
I would like to give you a little more context here to get input from you , if my scenario is a right for multichain.
I am building a blockchain (with two nodes) which hold credits issued to a user (with address and assets), and when user consumes some of these credits these units will be burnt.
Now my application which makes a call to perform (credit or debit of units) operations on blockchain may call node 1 or node 2 based on load balancing, I need operations on address & assets be performed by my application on any of the nodes (do not want to restrict these operations to nodes which have the address created).
Thanks,
Mudassir Syed