UNPKG

@openweb3-io/wallet-pay

Version:

Wallet Pay API client and wallet pay verification library

45 lines 1.04 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EstimateResponse = void 0; class EstimateResponse { constructor() { } static getAttributeTypeMap() { return EstimateResponse.attributeTypeMap; } } exports.EstimateResponse = EstimateResponse; EstimateResponse.discriminator = undefined; EstimateResponse.attributeTypeMap = [ { "name": "baseAmount", "baseName": "base_amount", "type": "string", "format": "" }, { "name": "baseCurrency", "baseName": "base_currency", "type": "string", "format": "" }, { "name": "rate", "baseName": "rate", "type": "number", "format": "" }, { "name": "toAmount", "baseName": "to_amount", "type": "string", "format": "" }, { "name": "toCurrency", "baseName": "to_currency", "type": "string", "format": "" } ]; //# sourceMappingURL=EstimateResponse.js.map