You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/src/js/actions/constants/web31.js

10 lines
402 B

/* @flow */
'use strict';
export const START: string = 'web3__start';
export const STOP: string = 'web3__stop';
export const CREATE: string = 'web3__create';
export const READY: string = 'web3__ready';
export const BLOCK_UPDATED: string = 'web3__block_updated';
export const GAS_PRICE_UPDATED: string = 'web3__gas_price_updated';
export const PENDING_TX_RESOLVED: string = 'web3__pending_tx_resolved';