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