txnid
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

txnid

stupid simple method to create transactionids (random 'base36' strings)

installation

npm install txnid

usage

var txnid = require('txnid');
 
console.log(txnid.newTxnid());
console.log(txnid.newTxnid(10));

outputs:

'0pxk7c'
'h65rtk525i'

Readme

Keywords

none

Package Sidebar

Install

npm i txnid

Weekly Downloads

4

Version

1.0.1

License

MIT

Last publish

Collaborators

  • swahvay
  • stridesoftware
  • amyatstride
  • scottbessler
  • mschoendorf
  • djres88
  • dangsd
  • matt.naides
  • tylergetstride
  • savbaron
  • mhiggs
  • maxiappleton
  • chrischang127