gill
gill/programstokenType 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.