Skip to content

Commit

Permalink
feat: add value to ExtendedTransactionInfo (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
melianessa committed Dec 28, 2023
1 parent 0c1987e commit 03ed351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export interface ExtendedTransactionInfo extends BaseTransactionInfo {
gasAmount: string
gasAmountUSD: string
timestamp?: number
value?: string
}

export interface PendingReceivingInfo {
Expand Down

0 comments on commit 03ed351

Please sign in to comment.