[@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)
