UNPKG

@solana/spl-token

Version:
7 lines (6 loc) 106 B
export enum AccountType { Uninitialized, Mint, Account, } export const ACCOUNT_TYPE_SIZE = 1;