gill
gill/programs/token/Type aliases

InitializeTokenMetadataInstructionData

type InitializeTokenMetadataInstructionData = {
  discriminator: ReadonlyUint8Array;
  name: string;
  symbol: string;
  uri: string;
};

Properties

discriminator

discriminator: ReadonlyUint8Array;

name

name: string;

Longer name of the token.


symbol

symbol: string;

Shortened symbol of the token.


uri

uri: string;

URI pointing to more metadata (image, video, etc.).

On this page