Files: 63c9d288b4797cd12ec12e080e84ed2559b14e63 / constants.js
117 bytesRaw
1 | module.exports = { |
2 | MAX_BAL_BYTES: 16, // Max balance size in bytes |
3 | ADD_SIZE_BYTES: 20 // Address size in bytes |
4 | } |
5 |
Built with git-ssb-web
1 | module.exports = { |
2 | MAX_BAL_BYTES: 16, // Max balance size in bytes |
3 | ADD_SIZE_BYTES: 20 // Address size in bytes |
4 | } |
5 |
Built with git-ssb-web