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.
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.