OSDN Git Service

add the sign transaction pop up and function.
[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 SIGNTRANSACTION = 'signTransaction'
10 export const SIGNMESSAGE = 'signMessage'
11 export const SEND = 'send'
12 export const LOAD = 'load';
13 export const UPDATE = 'update';
14
15
16 export const REQUEST_CURRENT_ACCOUNT = 'defaultAccount';
17 export const REQUEST_CURRENT_NETWORK = 'currentNetwork';
18 export const REQUEST_CURRENT_CHAIN_TYPE = 'currentChain';
19 export const REQUEST_ACCOUNT_LIST = 'accountList';
20
21
22 //Internal Message
23 export const SET_PROMPT = 'setPrompt';
24 export const GET_PROMPT = 'getPrompt';