git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: e471d345208468943e92014ec771d505815361d6

Files: e471d345208468943e92014ec771d505815361d6 / constants.js

149 bytesRaw
1module.exports = {
2 BALANCE_SIZE_BYTES: 16, // Max balance size in bytes
3 ADDRESS_SIZE_BYTES: 20, // Address size in bytes
4 U256_SIZE_BYTES: 32
5}
6

Built with git-ssb-web