gill
gill/programs/token/Type aliases

UpdateGroupMemberPointerInstruction

type UpdateGroupMemberPointerInstruction<TProgram, TAccountMint, TAccountGroupMemberPointerAuthority, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountMint extends string ? WritableAccount<TAccountMint> : TAccountMint, TAccountGroupMemberPointerAuthority extends string ? ReadonlyAccount<TAccountGroupMemberPointerAuthority> : TAccountGroupMemberPointerAuthority, ...TRemainingAccounts]>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof TOKEN_2022_PROGRAM_ADDRESS
TAccountMint extends string | IAccountMeta<string>string
TAccountGroupMemberPointerAuthority extends string | IAccountMeta<string>string
TRemainingAccounts extends readonly IAccountMeta<string>[][]

On this page