@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.ResponseEstimateOut = void 0;
class ResponseEstimateOut {
constructor() {
}
static getAttributeTypeMap() {
return ResponseEstimateOut.attributeTypeMap;
}
}
exports.ResponseEstimateOut = ResponseEstimateOut;
ResponseEstimateOut.discriminator = undefined;
ResponseEstimateOut.attributeTypeMap = [
{
"name": "data",
"baseName": "data",
"type": "EstimateOut",
"format": ""
}
];
//# sourceMappingURL=ResponseEstimateOut.js.map