hashgraph / hedera-sdk-cpp

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

TCK-CPP: Implement `AccountAllowanceDeleteTransaction` JSON-RPC Endpoint #666

Open gsstoykov opened 3 months ago

gsstoykov commented 3 months ago

Problem

AccountAllowanceDeleteTransaction test isn't covered by the TCK-CPP server.

Solution

We should implement JSON-RPC methods (endpoints) for AccountAllowanceDeleteTransaction for the TCK-CPP server.

Alternatives

No response