UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

40 lines 947 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateWalletRequest = void 0; class CreateWalletRequest { constructor() { } static getAttributeTypeMap() { return CreateWalletRequest.attributeTypeMap; } } exports.CreateWalletRequest = CreateWalletRequest; CreateWalletRequest.discriminator = undefined; CreateWalletRequest.mapping = undefined; CreateWalletRequest.attributeTypeMap = [ { "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": "" } ]; //# sourceMappingURL=CreateWalletRequest.js.map