@shyft-to/solana-transaction-parser
Version:
Tool for parsing arbitrary Solana transactions with IDL/custom parsers
5 lines • 340 B
TypeScript
import { TransactionInstruction } from "@solana/web3.js";
import { ParsedInstruction } from "../interfaces";
import { ComputeBudget } from "../programs/compute.budget";
export declare function decodeComputeBudgetInstruction(instruction: TransactionInstruction): ParsedInstruction<ComputeBudget>;
//# sourceMappingURL=compute.budget.d.ts.map