gill
gill/programs/token/Type aliases

InitializeMintInstructionDataArgs

type InitializeMintInstructionDataArgs = {
  decimals: number;
  freezeAuthority?: OptionOrNullable<Address>;
  mintAuthority: Address;
};

Properties

decimals

decimals: number;

Number of decimals in token account amounts.


freezeAuthority?

optional freezeAuthority: OptionOrNullable<Address>;

Optional authority that can freeze token accounts.


mintAuthority

mintAuthority: Address;

Minting authority.

On this page