Files: 53d0a8449b654d395b0965a2e0d05bb3cd6782fa / constants.js
126 bytesRaw
1 | module.exports = { |
2 | BALANCE_SIZE_BYTES: 16, // Max balance size in bytes |
3 | ADDRESS_SIZE_BYTES: 20 // Address size in bytes |
4 | } |
5 |
Built with git-ssb-web
1 | module.exports = { |
2 | BALANCE_SIZE_BYTES: 16, // Max balance size in bytes |
3 | ADDRESS_SIZE_BYTES: 20 // Address size in bytes |
4 | } |
5 |
Built with git-ssb-web