Skip to content

Commit

Permalink
Added auctionburn to burninfo (#1050)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldavidw authored Feb 14, 2022
1 parent d160f6a commit 5d99525
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/node/CATEGORIES/08-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,10 @@ interface BurnInfo {
* Value of burn after payback
*/
paybackburn: BigNumber
/**
* Amount collected via auction burn
*/
auctionburn: BigNumber
/**
* Formatted as AMOUNT@SYMBOL
*/
Expand Down
4 changes: 4 additions & 0 deletions packages/jellyfish-api-core/src/category/account.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@ export interface BurnInfo {
* Amount collected via emission burn
*/
emissionburn: BigNumber
/**
* Amount collected via auction burn
*/
auctionburn: BigNumber
/**
* Value of burn after payback
*/
Expand Down

0 comments on commit 5d99525

Please sign in to comment.