This repository was archived by the owner on Jan 21, 2022. It is now read-only.
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
Open
Description
Motivation
The current functionality in EthQL is read-only and provides extra functionality in entity decoding. This is limits the use of dApps building on Ethql as it doesn't cover the write operations (call
and sendTransaction
Description
Create a Mutation interface that covers the missing write method sendRawTransaction
.
Definition of Done
Add a new plugin for the system that covers the missing Mutation operations.