OSDN Git Service

de70faeb78d7f5399e75434eedccf8e64003ec64
[bytom/Byone.git] / src / messages / types.js
1 export const ERROR = 'error'
2
3 export const PUSH_BYTOM = 'pushBytom'
4 export const UPDATE_BYTOM = 'updateBytom'
5 export const AUTHENTICATE = 'authenticate'
6 export const TRANSFER = 'transfer'
7 export const ENABLE = 'enable'
8 export const ADVTRANSFER = 'advTransfer'
9 export const SIGNMESSAGE = 'signMessage'
10 export const SEND = 'send'
11
12
13 export const REQUEST_CURRENT_ACCOUNT = 'defaultAccount';
14 export const REQUEST_CURRENT_NETWORK = 'currentNetwork';
15 export const REQUEST_ACCOUNT_LIST = 'accountList';
16
17
18 //Internal Message
19 export const SET_PROMPT = 'setPrompt';
20 export const GET_PROMPT = 'getPrompt';