UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

39 lines 990 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateGasStationRequest = void 0; class UpdateGasStationRequest { constructor() { } static getAttributeTypeMap() { return UpdateGasStationRequest.attributeTypeMap; } } exports.UpdateGasStationRequest = UpdateGasStationRequest; UpdateGasStationRequest.discriminator = undefined; UpdateGasStationRequest.attributeTypeMap = [ { "name": "disabled", "baseName": "disabled", "type": "boolean", "format": "" }, { "name": "gasCapacity", "baseName": "gas_capacity", "type": "string", "format": "" }, { "name": "gasThreshold", "baseName": "gas_threshold", "type": "string", "format": "" }, { "name": "maxFeeLimit", "baseName": "max_fee_limit", "type": "string", "format": "" } ]; //# sourceMappingURL=UpdateGasStationRequest.js.map