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