Skip to content

Commit

Permalink
fix: update AccountExtendedBalances interface
Browse files Browse the repository at this point in the history
add lock_tx_id prop
  • Loading branch information
seromenho authored and janniks committed Jul 5, 2023
1 parent ed3cc30 commit 89dc787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/stacking/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export interface AccountExtendedBalances {
total_sent: IntegerType;
total_received: IntegerType;
locked: IntegerType;
lock_tx_id: string;
lock_height: number;
burnchain_lock_height: number;
burnchain_unlock_height: number;
Expand Down

1 comment on commit 89dc787

@vercel
Copy link

@vercel vercel bot commented on 89dc787 Jul 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.