gill
gill/programs/token/Type aliases

UpdateGroupPointerInstructionDataArgs

type UpdateGroupPointerInstructionDataArgs = {
  groupAddress: OptionOrNullable<Address>;
};

Properties

groupAddress

groupAddress: OptionOrNullable<Address>;

The new account address that holds the group configurations.

On this page