UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

93 lines 1.93 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Chain = void 0; class Chain { constructor() { } static getAttributeTypeMap() { return Chain.attributeTypeMap; } } exports.Chain = Chain; Chain.discriminator = undefined; Chain.attributeTypeMap = [ { "name": "chain", "baseName": "chain", "type": "string", "format": "" }, { "name": "confirmNum", "baseName": "confirm_num", "type": "number", "format": "" }, { "name": "createdAt", "baseName": "created_at", "type": "string", "format": "" }, { "name": "explorerAddressUrl", "baseName": "explorer_address_url", "type": "string", "format": "" }, { "name": "explorerBlockUrl", "baseName": "explorer_block_url", "type": "string", "format": "" }, { "name": "explorerTxUrl", "baseName": "explorer_tx_url", "type": "string", "format": "" }, { "name": "iconUrl", "baseName": "icon_url", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "needMemo", "baseName": "need_memo", "type": "boolean", "format": "" }, { "name": "network", "baseName": "network", "type": "string", "format": "" }, { "name": "symbol", "baseName": "symbol", "type": "string", "format": "" }, { "name": "updatedAt", "baseName": "updated_at", "type": "string", "format": "" } ]; //# sourceMappingURL=Chain.js.map