gill
gill/programs/token/Type aliases

GetAccountDataSizeInput

type GetAccountDataSizeInput<TAccountMint> = {
  mint: Address<TAccountMint>;
};

Type Parameters

Type ParameterDefault type
TAccountMint extends stringstring

Properties

mint

mint: Address<TAccountMint>;

The mint to calculate for.

On this page