UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

57 lines 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Wallet = void 0; class Wallet { constructor() { } static getAttributeTypeMap() { return Wallet.attributeTypeMap; } } exports.Wallet = Wallet; Wallet.discriminator = undefined; Wallet.attributeTypeMap = [ { "name": "createdAt", "baseName": "created_at", "type": "string", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" }, { "name": "name", "baseName": "name", "type": "string", "format": "" }, { "name": "subType", "baseName": "sub_type", "type": "string", "format": "" }, { "name": "type", "baseName": "type", "type": "string", "format": "" }, { "name": "uid", "baseName": "uid", "type": "string", "format": "" }, { "name": "updatedAt", "baseName": "updatedAt", "type": "string", "format": "" } ]; //# sourceMappingURL=Wallet.js.map