UNPKG

rubic-sdk

Version:
14 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TAIKO_API_STATUS = exports.TAIKO_API_EVENT_TYPE = void 0; exports.TAIKO_API_EVENT_TYPE = { SEND_ETH: 0, SEND_ERC20: 1 }; exports.TAIKO_API_STATUS = { NEW: 0, RETRIABLE: 1, DONE: 2, FAILED: 3 }; //# sourceMappingURL=taiko-api-response.js.map