BASE_ACCOUNT_SIZEconst BASE_ACCOUNT_SIZE: 128 = 128; The number of bytes required to store the BaseAccount information without its data. Example const myTotalAccountSize = myAccountDataSize + BASE_ACCOUNT_SIZE;