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