UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

70 lines 1.44 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Address = void 0; class Address { constructor() { } static getAttributeTypeMap() { return Address.attributeTypeMap; } } exports.Address = Address; Address.discriminator = undefined; Address.mapping = undefined; Address.attributeTypeMap = [ { "name": "address", "baseName": "address", "type": "string", "format": "" }, { "name": "chain", "baseName": "chain", "type": "string", "format": "" }, { "name": "chainId", "baseName": "chain_id", "type": "string", "format": "" }, { "name": "createdAt", "baseName": "created_at", "type": "string", "format": "" }, { "name": "memo", "baseName": "memo", "type": "string", "format": "" }, { "name": "path", "baseName": "path", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "updatedAt", "baseName": "updated_at", "type": "string", "format": "" }, { "name": "walletId", "baseName": "wallet_id", "type": "string", "format": "" } ]; //# sourceMappingURL=Address.js.map