UNPKG

@ledgerhq/coin-mina

Version:
8 lines 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getRandomTransferID = void 0; const getRandomTransferID = () => { return Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15); }; exports.getRandomTransferID = getRandomTransferID; //# sourceMappingURL=testUtils.js.map