hashgraph / hedera-sdk-cpp

C++ SDK for Hedera
Apache License 2.0
8 stars 15 forks source link

TCK-CPP: Implement `Account` JSON-RPC Service #671

Open gsstoykov opened 6 months ago

gsstoykov commented 6 months ago

Problem

At the moment endpoints for any kind of Hedera related transactions and queries are being held by the sdkClient. We should introduce endpoint grouping.

Solution

We should create an Account JSON-RPC Service to hold Account specific endpoints.

Alternatives

No response

SimiHunjan commented 5 months ago

Need more discussion