UNPKG

@axelar-network/axelarjs-sdk

Version:
10 lines 429 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RetryErrorRecovery = void 0; var RetryErrorRecovery; (function (RetryErrorRecovery) { RetryErrorRecovery["REFETCH"] = "refetch"; RetryErrorRecovery["REBROADCAST"] = "rebroadcast"; RetryErrorRecovery["SKIP"] = "skip"; })(RetryErrorRecovery || (exports.RetryErrorRecovery = RetryErrorRecovery = {})); //# sourceMappingURL=index.js.map