@mymonero/mymonero-paymentid-utils
v3.0.3
Published
Used to validate Monero payment ids
Downloads
331
Readme
:warning: This project is under heavy development. Expect bugs & breaking changes.
Installation
npm i @mymonero/mymonero-paymentid-utils
Usage
const paymentTool = require('@mymonero/mymonero-paymentid-utils');
const paymentID = 'f020853457bd110b';
const result = paymentTool.IsValidPaymentIDOrNoPaymentID(paymentID);
License
See LICENSE.txt
for license.
All source code copyright © 2021 by MyMonero. All rights reserved.