UpdateGroupMemberPointerInstructionDataArgs
type UpdateGroupMemberPointerInstructionDataArgs = {
memberAddress: OptionOrNullable<Address>;
};Properties
memberAddress
memberAddress: OptionOrNullable<Address>;The new account address that holds the member.