gill

parseSetComputeUnitPriceInstruction

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

Type Parameters

Type Parameter
TProgram extends string

Parameters

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

Returns

ParsedSetComputeUnitPriceInstruction<TProgram>

On this page