Closed AyushVerma2 closed 4 years ago
Updated the method to create remote agent . Now Remote Agent can be create by below three methods: // with DID and Remote Acc 1.RemoteAgent connect(Resolver resolver, DID did, RemoteAccount acc) ; // with resolver, DID and Remote account 2.connect(Resolver resolver, DID did, RemoteAccount acc) // with Agent url and Remote Account
Need an API in Agent class probably as: Agent.withAccount(Account acc) ;// interface