gill
gill/programs/token/Type aliases

InitializeMint2InstructionDataArgs

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

Properties

decimals

decimals: number;

Number of base 10 digits to the right of the decimal place.


freezeAuthority?

optional freezeAuthority: OptionOrNullable<Address>;

The optional freeze authority/multisignature of the mint.


mintAuthority

mintAuthority: Address;

The authority/multisignature to mint tokens.

On this page