@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
58 lines • 1.18 kB
JavaScript
;
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.mapping = 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