UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

27 lines 619 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HttpErrorOut = void 0; class HttpErrorOut { constructor() { } static getAttributeTypeMap() { return HttpErrorOut.attributeTypeMap; } } exports.HttpErrorOut = HttpErrorOut; HttpErrorOut.discriminator = undefined; HttpErrorOut.attributeTypeMap = [ { "name": "msg", "baseName": "msg", "type": "string", "format": "" }, { "name": "code", "baseName": "code", "type": "number", "format": "" } ]; //# sourceMappingURL=HttpErrorOut.js.map