@shyft.to/solana-transaction-parser
Version:
Tool for parsing arbitrary Solana transactions with IDL/custom parsers
31 lines (16 loc) • 597 B
Markdown
[@debridge-finance/solana-transaction-parser](../README.md) / ProgramInfoType
# Interface: ProgramInfoType
## Table of contents
### Properties
- [idl](ProgramInfoType.md#idl)
- [programId](ProgramInfoType.md#programid)
## Properties
### idl
• **idl**: `Idl`
#### Defined in
[interfaces.ts:90](https://github.com/debridge-finance/solana-tx-parser-public/blob/b05f439/src/interfaces.ts#L90)
___
### programId
• **programId**: `string` \| `PublicKey`
#### Defined in
[interfaces.ts:91](https://github.com/debridge-finance/solana-tx-parser-public/blob/b05f439/src/interfaces.ts#L91)