@coolbitx/blockchain-info
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -51,1 +51,6 @@ export declare enum Network { | ||
} | ||
export declare enum AssetType { | ||
COIN = "COIN", | ||
TOKEN = "TOKEN", | ||
NFT = "NFT" | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.WalletMode = exports.CoinMap = exports.getEvmChainIdByNetwork = exports.Network = void 0; | ||
exports.AssetType = exports.WalletMode = exports.CoinMap = exports.getEvmChainIdByNetwork = exports.Network = void 0; | ||
var Network; | ||
@@ -224,1 +224,7 @@ (function (Network) { | ||
})(WalletMode = exports.WalletMode || (exports.WalletMode = {})); | ||
var AssetType; | ||
(function (AssetType) { | ||
AssetType["COIN"] = "COIN"; | ||
AssetType["TOKEN"] = "TOKEN"; | ||
AssetType["NFT"] = "NFT"; | ||
})(AssetType = exports.AssetType || (exports.AssetType = {})); |
{ | ||
"name": "@coolbitx/blockchain-info", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "Blockchain Information", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
26083
350