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