gill

parseFreezeLookupTableInstruction

function parseFreezeLookupTableInstruction<TProgram, TAccountMetas>(instruction): ParsedFreezeLookupTableInstruction<TProgram, TAccountMetas>;

Type Parameters

Type Parameter
TProgram extends string
TAccountMetas extends readonly AccountMeta<string>[]

Parameters

ParameterType
instructionInstruction<TProgram, readonly (AccountLookupMeta<string, string> | AccountMeta<string>)[]> & InstructionWithAccounts<TAccountMetas> & InstructionWithData<ReadonlyUint8Array>

Returns

ParsedFreezeLookupTableInstruction<TProgram, TAccountMetas>

On this page