gill

parseDeactivateLookupTableInstruction

function parseDeactivateLookupTableInstruction<TProgram, TAccountMetas>(instruction): ParsedDeactivateLookupTableInstruction<TProgram, TAccountMetas>;

Type Parameters

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

Parameters

ParameterType
instructionIInstruction<TProgram, readonly (IAccountLookupMeta<string, string> | IAccountMeta<string>)[]> & IInstructionWithAccounts<TAccountMetas> & IInstructionWithData<Uint8Array<ArrayBufferLike>>

Returns

ParsedDeactivateLookupTableInstruction<TProgram, TAccountMetas>

On this page