@openweb3-io/wallet-pay
Version:
Wallet Pay API client and wallet pay verification library
45 lines • 992 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EstimateData = void 0;
class EstimateData {
constructor() {
}
static getAttributeTypeMap() {
return EstimateData.attributeTypeMap;
}
}
exports.EstimateData = EstimateData;
EstimateData.discriminator = undefined;
EstimateData.attributeTypeMap = [
{
"name": "from",
"baseName": "from",
"type": "string",
"format": ""
},
{
"name": "baseAmount",
"baseName": "base_amount",
"type": "number",
"format": ""
},
{
"name": "toCurrency",
"baseName": "to_currency",
"type": "string",
"format": ""
},
{
"name": "toAmount",
"baseName": "to_amount",
"type": "number",
"format": ""
},
{
"name": "rate",
"baseName": "rate",
"type": "number",
"format": ""
}
];
//# sourceMappingURL=EstimateData.js.map