You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
andsendTransaction
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.
The text was updated successfully, but these errors were encountered: