Skip to content

Commit

Permalink
Merge branch '2.0' into handle-slow-indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez authored Apr 2, 2024
2 parents 2b6c466 + 2f9d0e7 commit 187aaa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/nodejs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added

- `Utils::blockWorkScore()`;
- `ManaBalance::rewards` field;

### Fixed

Expand Down
2 changes: 2 additions & 0 deletions bindings/nodejs/lib/types/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ export interface ManaBalance {
total: DecayedMana;
/** The mana of the outputs that isn't used in a transaction */
available: DecayedMana;
/** Mana rewards. */
rewards: u64;
}

/** The required storage deposit per output type */
Expand Down

0 comments on commit 187aaa2

Please sign in to comment.