Skip to content

Commit

Permalink
update typedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Mar 13, 2024
1 parent bd247f6 commit 93322f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/typedocs/classes/MoneroOutputQuery.html
Expand Up @@ -106,7 +106,7 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
&nbsp;&nbsp; isSpent: false,<br>
&nbsp;&nbsp; isLocked: false,<br>
&nbsp;&nbsp; accountIndex: 0,<br>
&nbsp;&nbsp; minAmount: BigInt("750000")<br>
&nbsp;&nbsp; minAmount: 750000n<br>
});
</code>

Expand Down
2 changes: 1 addition & 1 deletion docs/typedocs/classes/MoneroTxConfig.html
Expand Up @@ -110,7 +110,7 @@ <h3 class="tsd-anchor-link"><span>constructor</span><a href="#constructor" aria-
let config1 = new MoneroTxConfig({<br>
&nbsp;&nbsp; accountIndex: 0,<br>
&nbsp;&nbsp; address: "59aZULsUF3YN...",<br>
&nbsp;&nbsp; amount: BigInt("500000"),<br>
&nbsp;&nbsp; amount: 500000n,<br>
&nbsp;&nbsp; priority: MoneroTxPriority.NORMAL,<br>
&nbsp;&nbsp; relay: true<br>
});
Expand Down

0 comments on commit 93322f3

Please sign in to comment.