@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
21 lines • 570 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ResponseEndpointOut = void 0;
class ResponseEndpointOut {
constructor() {
}
static getAttributeTypeMap() {
return ResponseEndpointOut.attributeTypeMap;
}
}
exports.ResponseEndpointOut = ResponseEndpointOut;
ResponseEndpointOut.discriminator = undefined;
ResponseEndpointOut.attributeTypeMap = [
{
"name": "data",
"baseName": "data",
"type": "EndpointOut",
"format": ""
}
];
//# sourceMappingURL=ResponseEndpointOut.js.map