OSDN Git Service

add the sign transaction pop up and function.
[bytom/Byone.git] / src / messages / types.js
index d2825c2..6523048 100644 (file)
@@ -6,6 +6,7 @@ export const AUTHENTICATE = 'authenticate'
 export const TRANSFER = 'transfer'
 export const ENABLE = 'enable'
 export const ADVTRANSFER = 'advTransfer'
+export const SIGNTRANSACTION = 'signTransaction'
 export const SIGNMESSAGE = 'signMessage'
 export const SEND = 'send'
 export const LOAD = 'load';