UNPKG

@tmawallet/sdk

Version:
8 lines 307 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.uint8ArrayToHex = void 0; const uint8ArrayToHex = (arr) => { return [...arr].map(b => b.toString(16).padStart(2, '0')).join(''); }; exports.uint8ArrayToHex = uint8ArrayToHex; //# sourceMappingURL=uint8ArrayToHex.js.map