gill
gill/programs/token/Type aliases

InitializeGroupPointerInstructionDataArgs

type InitializeGroupPointerInstructionDataArgs = {
  authority: OptionOrNullable<Address>;
  groupAddress: OptionOrNullable<Address>;
};

Properties

authority

authority: OptionOrNullable<Address>;

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


groupAddress

groupAddress: OptionOrNullable<Address>;

The account address that holds the group.

On this page