Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
gomesalexandre committed Jun 14, 2024
1 parent eacd95e commit 356cc68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/unchained-client/src/evm/parser/rfox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import type { Tx } from './types'
export interface TxMetadata extends BaseTxMetadata {
parser: 'rfox'
assetId: AssetId
value?: string
}

export interface ParserArgs {
Expand Down

0 comments on commit 356cc68

Please sign in to comment.