UNPKG

@shyft-to/solana-transaction-parser

Version:

Tool for parsing arbitrary Solana transactions with IDL/custom parsers

6 lines 262 B
/** * This is a port of the anchor command `anchor idl convert` to TypeScript. */ import { Idl } from "@coral-xyz/anchor"; export declare function convertLegacyIdlToV30(idl: any, programAddress?: string): Idl; //# sourceMappingURL=legacy.idl.converter.d.ts.map