UNPKG

tronsave-sdk

Version:

TypeScript SDK for Tronsave API to manage TRON blockchain resources

13 lines (12 loc) 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EUnitPrice = void 0; /** * Buy Energy Type enum */ var EUnitPrice; (function (EUnitPrice) { EUnitPrice["FAST"] = "FAST"; EUnitPrice["MEDIUM"] = "MEDIUM"; EUnitPrice["SLOW"] = "SLOW"; })(EUnitPrice || (exports.EUnitPrice = EUnitPrice = {}));