pub const BASE_TOKEN_LEN: usize = 165;Expand description
Length of a plain (non-extended) token-account’s data region.
Also equal to ACCOUNT_TYPE_OFFSET: an extended mint is padded
up to this length so that the AccountType discriminator sits at
the same offset as on an extended token account.