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/account.js

11 lines
396 B

/* @flow */
'use strict';
export const INIT: string = 'account__init';
export const DISPOSE: string = 'account__dispose';
export const CREATE: string = 'address__create';
export const REMOVE: string = 'address__remove';
export const SET_BALANCE: string = 'address__set_balance';
export const SET_NONCE: string = 'address__set_nonce';
export const FROM_STORAGE: string = 'address__from_storage';