LiskArchive / lisk-sdk

🔩 Lisk software development kit
https://lisk.com
Apache License 2.0
2.72k stars 456 forks source link

Create sending and receiving chain client classes in chain connector #8175

Closed ishantiw closed 11 months ago

ishantiw commented 1 year ago

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

shuse2 commented 11 months ago

Closing this issue since this is no longer valid