gill
gill/programs/token/Type aliases

InitializeGroupMemberPointerInstructionDataArgs

type InitializeGroupMemberPointerInstructionDataArgs = {
  authority: OptionOrNullable<Address>;
  memberAddress: OptionOrNullable<Address>;
};

Properties

authority

authority: OptionOrNullable<Address>;

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


memberAddress

memberAddress: OptionOrNullable<Address>;

The account address that holds the member.

On this page