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.