UNPKG

@hypernetlabs/objects

Version:
17 lines 577 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TokenInformation = void 0; class TokenInformation { constructor(name, symbol, chainId, address, nativeToken, erc20, decimals, logoUrl) { this.name = name; this.symbol = symbol; this.chainId = chainId; this.address = address; this.nativeToken = nativeToken; this.erc20 = erc20; this.decimals = decimals; this.logoUrl = logoUrl; } } exports.TokenInformation = TokenInformation; //# sourceMappingURL=TokenInformation.js.map