JSPM

@xmr-core/xmr-transaction

0.0.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q50635F
  • License See LICENSE.TXT. Copyright (c) 2014-2018, MyMonero.com. All rights reserved.

Create Monero transactions and check their status

Package Exports

  • @xmr-core/xmr-transaction

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@xmr-core/xmr-transaction) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@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.