Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions hooks/use-stream-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,6 @@ function decodeEventType(topics: string[]): TimelineEventType | null {
return null
}

interface HorizonOperation {
type: string
transaction_hash: string
created_at: string
amount?: string
from?: string
to?: string
}

interface HorizonEffect {
type: string
created_at: string
amount?: string
account?: string
}

interface HorizonTransaction {
hash: string
ledger: number
Expand Down