UNPKG

@openweb3-io/waas

Version:

WaaS API client and WaaS verification library

45 lines 1.11 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CreateGasStationRequest = void 0; class CreateGasStationRequest { constructor() { } static getAttributeTypeMap() { return CreateGasStationRequest.attributeTypeMap; } } exports.CreateGasStationRequest = CreateGasStationRequest; CreateGasStationRequest.discriminator = undefined; CreateGasStationRequest.attributeTypeMap = [ { "name": "chainId", "baseName": "chain_id", "type": "string", "format": "" }, { "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=CreateGasStationRequest.js.map