UNPKG

@shyft-to/solana-transaction-parser

Version:

Tool for parsing arbitrary Solana transactions with IDL/custom parsers

5 lines 320 B
import { TransactionInstruction } from "@solana/web3.js"; import { ParsedInstruction } from "../interfaces"; import { StakeProgram } from "../programs/stake.program"; export declare function decodeStakeInstruction(instruction: TransactionInstruction): ParsedInstruction<StakeProgram>; //# sourceMappingURL=stake.d.ts.map