Skip to content

Commit

Permalink
update to monero-ts v0.9.2 with typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 2, 2023
1 parent c6eb746 commit 90f5915
Show file tree
Hide file tree
Showing 11 changed files with 365 additions and 345 deletions.
8 changes: 4 additions & 4 deletions dist/utils/HavenoUtils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@ export default class HavenoUtils {
/**
* Convert XMR to atomic units.
*
* @param {number|string} amountXmr - amount in XMR to convert to atomic units
* @return {BigInt} amount in atomic units
* @param {number | string} amountXmr - amount in XMR to convert to atomic units
* @return {bigint} amount in atomic units
*/
static xmrToAtomicUnits(amountXmr: number | string): bigint;
/**
* Convert atomic units to XMR.
*
* @param {BigInt|string} amountAtomicUnits - amount in atomic units to convert to XMR
* @param {bigint | string} amountAtomicUnits - amount in atomic units to convert to XMR
* @return {number} amount in XMR
*/
static atomicUnitsToXmr(amountAtomicUnits: BigInt | string): number;
static atomicUnitsToXmr(amountAtomicUnits: bigint | string): number;
/**
* Get a validated payment method id from a string or form id.
*
Expand Down
10 changes: 3 additions & 7 deletions dist/utils/HavenoUtils.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils/HavenoUtils.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions dist/utils/TaskLooper.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/utils/TaskLooper.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 90f5915

Please sign in to comment.