You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a service called shareAccountInfoWithParty that the gold-trading example uses for trading using accounts instead of nodes.
It would be useful if there was a function that shared all accounts with another Party/node.
The next logical step would be to have the other node share all their accounts back.
The final step would be to have a function that iterated over all the nodes on the network and shared/synchronised all the accounts between all nodes so that every account would be able to deal with any other account in the same way that every node is automatically able to deal with any other node.
The text was updated successfully, but these errors were encountered:
There is a service called
shareAccountInfoWithParty
that the gold-trading example uses for trading using accounts instead of nodes.It would be useful if there was a function that shared all accounts with another Party/node.
The next logical step would be to have the other node share all their accounts back.
The final step would be to have a function that iterated over all the nodes on the network and shared/synchronised all the accounts between all nodes so that every account would be able to deal with any other account in the same way that every node is automatically able to deal with any other node.
The text was updated successfully, but these errors were encountered: