tornado-initiation-ui/store/txStatus.js
Roman Storm a0eeb14425
wip
2020-10-30 01:01:41 -07:00

9 lines
128 B
JavaScript

const statuses = Object.freeze({
nonExistent: 0,
waitingForReciept: 1,
success: 2,
fail: 3,
})
export default statuses