Skip to content

Commit

Permalink
Update bindings/nodejs/lib/types/wallet/wallet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Nov 27, 2023
1 parent 9a535b9 commit c8fa896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nodejs/lib/types/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export interface BaseCoinBalance {
export interface RequiredStorageDeposit {
/** The required amount for Basic outputs. */
basic: u64;
/** The required amount for Alias outputs. */
/** The required amount for Account outputs. */
account: u64;
/** The required amount for Foundry outputs. */
foundry: u64;
Expand Down

0 comments on commit c8fa896

Please sign in to comment.