Create sending and receiving chain client classes in chain connector that can encapsulate certain functions and RPC names that can improve usability of these clients and simplify it in the plugin class.
We can have a class SendingChainClient and ReceivingChainClient where we can encapsulate certain functions and simply use them like,
receivingChainClient.getLastCertificate()sendingChainClient.getOwnAccount()
Description
Create sending and receiving chain client classes in chain connector that can encapsulate certain functions and RPC names that can improve usability of these clients and simplify it in the plugin class.
We can have a class SendingChainClient and ReceivingChainClient where we can encapsulate certain functions and simply use them like,
receivingChainClient.getLastCertificate()
sendingChainClient.getOwnAccount()
Acceptance Criteria
Additional Information