UNPKG

@pokt-network/pocket-js

Version:

Pocket-js core package with the main functionalities to interact with the Pocket Network.

12 lines 394 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CoinDenom = void 0; /** * An enum to represent all the valid Coin Denominations in Pocket Network */ var CoinDenom; (function (CoinDenom) { CoinDenom["Upokt"] = "Upokt"; CoinDenom["Pokt"] = "Pokt"; })(CoinDenom = exports.CoinDenom || (exports.CoinDenom = {})); //# sourceMappingURL=coin-denom.js.map