Kit
Variables

BASE_ACCOUNT_SIZE

const 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;

On this page