UNPKG

@fragment-dev/node-client

Version:

[Fragment](https://fragment.dev) is the Ledger API for engineers that move money. Stop wrangling payment tables, debugging balance errors and hacking together data pipelines. Start shipping the features that make a difference.

10 lines (9 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_RETRY_CONFIG = void 0; exports.DEFAULT_RETRY_CONFIG = { retries: 5, factor: 2, minTimeout: 10, maxTimeout: 3000, };