UNPKG

@shyft.to/solana-transaction-parser

Version:

Tool for parsing arbitrary Solana transactions with IDL/custom parsers

59 lines (31 loc) 1.15 kB
[@debridge-finance/solana-transaction-parser](../README.md) / ParsedCustomInstruction # Interface: ParsedCustomInstruction ## Table of contents ### Properties - [accounts](ParsedCustomInstruction.md#accounts) - [args](ParsedCustomInstruction.md#args) - [name](ParsedCustomInstruction.md#name) - [programId](ParsedCustomInstruction.md#programid) ## Properties ### accounts • **accounts**: [`ParsedAccount`](ParsedAccount.md)[] Parsed accounts #### Defined in [interfaces.ts:76](https://github.com/debridge-finance/solana-tx-parser-public/blob/b05f439/src/interfaces.ts#L76) ___ ### args • **args**: `unknown` Parsed arguments #### Defined in [interfaces.ts:74](https://github.com/debridge-finance/solana-tx-parser-public/blob/b05f439/src/interfaces.ts#L74) ___ ### name • **name**: `string` Instruction name #### Defined in [interfaces.ts:71](https://github.com/debridge-finance/solana-tx-parser-public/blob/b05f439/src/interfaces.ts#L71) ___ ### programId • **programId**: `PublicKey` #### Defined in [interfaces.ts:72](https://github.com/debridge-finance/solana-tx-parser-public/blob/b05f439/src/interfaces.ts#L72)