gill
gill/programs/token/Type aliases

InitializeMetadataPointerInstructionDataArgs

type InitializeMetadataPointerInstructionDataArgs = {
  authority: OptionOrNullable<Address>;
  metadataAddress: OptionOrNullable<Address>;
};

Properties

authority

authority: OptionOrNullable<Address>;

The public key for the account that can update the metadata address.


metadataAddress

metadataAddress: OptionOrNullable<Address>;

The account address that holds the metadata.

On this page