gill
gill/programs/token/Type aliases

UpdateGroupMemberPointerInstructionDataArgs

type UpdateGroupMemberPointerInstructionDataArgs = {
  memberAddress: OptionOrNullable<Address>;
};

Properties

memberAddress

memberAddress: OptionOrNullable<Address>;

The new account address that holds the member.

On this page