UNPKG

nano-wallet-js-test-1

Version:

SDK for developers to create and interact with Nanocurrency wallet easily

8 lines (7 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_TIMEOUT = exports.MIN_AMOUNT = exports.RECEIVE_DIFFICULTY = exports.SEND_DIFFICULTY = void 0; exports.SEND_DIFFICULTY = 'fffffff800000000'; exports.RECEIVE_DIFFICULTY = 'fffffe0000000000'; exports.MIN_AMOUNT = 0.00001; exports.DEFAULT_TIMEOUT = 60 * 1000; // 60 seconds