git ssb

0+

wanderer🌟 / js-primea-hypervisor



Tree: 8b6a2d4230e3065ae873a6c239315fd80e80eaa9

Files: 8b6a2d4230e3065ae873a6c239315fd80e80eaa9 / constants.js

146 bytesRaw
1module.exports = {
2 U128_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