ethql icon indicating copy to clipboard operation
ethql copied to clipboard

Mutation operations

Open kshinn opened this issue 6 years ago • 0 comments

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.

kshinn avatar Feb 05 '19 04:02 kshinn