ts-rand-sdk
v1.0.2
Published
Used to generate random transactions data
Readme
ts-rand-sdk
Generate random transactions data.
Installation
npm i ts-rand-sdkUsage
import {getTransactions} from 'ts-rand-sdk'
const data = getTransactions(count)Here count is the number of random transactions to be generated. Default count value is 10 if you dont pass any count.
