init
This commit is contained in:
commit
44f31f8b9f
402 changed files with 47865 additions and 0 deletions
8
store/txStatus.js
Normal file
8
store/txStatus.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const statuses = Object.freeze({
|
||||
nonExistent: 0,
|
||||
waitingForReciept: 1,
|
||||
success: 2,
|
||||
fail: 3
|
||||
})
|
||||
|
||||
export default statuses
|
Loading…
Add table
Add a link
Reference in a new issue