0.0.8 • Published 6 years ago

@xmr-core/xmr-transaction v0.0.8

Weekly downloads
-
License
See LICENSE.TXT. ...
Repository
github
Last release
6 years ago

@xmr-core/xmr-transaction

Create Monero transactions and check their status

Features


  • Creating non-rct transactions (with private key support)
  • Creating rct transactions (with hardware wallet + private key support)
  • Check a transactions current status (confirmed/unlocked)

Usage


import { create_transaction, isTransactionConfirmed } from "@xmr-core/xmr-transaction";

const tx = await create_transaction(...args);
const isConfirmed = isTransactionConfirmed(tx);

Installation


yarn add @xmr-core/xmr-transaction

License


The project is licensed under the MIT license.