Implements a service that fetchs the gas estimation amount and the time to execute the transactions. The value is saved on the store and updated each time the updateStore method is called
The fetch logic is on gas_price_estimation.ts and the updated logic is on updateGasInfo in store/blockchain/actions.ts
Closes #192
Requires #191
The logic for fetching the information is based on this code
Implements a service that fetchs the gas estimation amount and the time to execute the transactions. The value is saved on the store and updated each time the
updateStore
method is calledThe fetch logic is on
gas_price_estimation.ts
and the updated logic is onupdateGasInfo
in store/blockchain/actions.ts Closes #192 Requires #191The logic for fetching the information is based on this code