gill

parseSetComputeUnitPriceInstruction

function parseSetComputeUnitPriceInstruction<TProgram>(instruction): ParsedSetComputeUnitPriceInstruction<TProgram>;

Type Parameters

Type Parameter
TProgram extends string

Parameters

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

Returns

ParsedSetComputeUnitPriceInstruction<TProgram>

On this page