@openweb3-io/waas
Version:
WaaS API client and WaaS verification library
75 lines • 1.59 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GasStation = void 0;
class GasStation {
constructor() {
}
static getAttributeTypeMap() {
return GasStation.attributeTypeMap;
}
}
exports.GasStation = GasStation;
GasStation.discriminator = undefined;
GasStation.attributeTypeMap = [
{
"name": "appId",
"baseName": "app_id",
"type": "string",
"format": ""
},
{
"name": "chainId",
"baseName": "chain_id",
"type": "string",
"format": ""
},
{
"name": "createdAt",
"baseName": "created_at",
"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": "id",
"baseName": "id",
"type": "string",
"format": ""
},
{
"name": "maxFeeLimit",
"baseName": "max_fee_limit",
"type": "string",
"format": ""
},
{
"name": "orgId",
"baseName": "org_id",
"type": "string",
"format": ""
},
{
"name": "updatedAt",
"baseName": "updated_at",
"type": "string",
"format": ""
}
];
//# sourceMappingURL=GasStation.js.map