gill

FreezeLookupTableInstruction

type FreezeLookupTableInstruction<TProgram, TAccountAddress, TAccountAuthority, TRemainingAccounts> = IInstruction<TProgram> & IInstructionWithData<Uint8Array> & IInstructionWithAccounts<[TAccountAddress extends string ? WritableAccount<TAccountAddress> : TAccountAddress, TAccountAuthority extends string ? ReadonlySignerAccount<TAccountAuthority> & IAccountSignerMeta<TAccountAuthority> : TAccountAuthority, ...TRemainingAccounts]>;

Type Parameters

Type ParameterDefault type
TProgram extends stringtypeof ADDRESS_LOOKUP_TABLE_PROGRAM_ADDRESS
TAccountAddress extends string | IAccountMeta<string>string
TAccountAuthority extends string | IAccountMeta<string>string
TRemainingAccounts extends readonly IAccountMeta<string>[][]

On this page