protoConfigStatic static method
ProtoMessageConfig
protoConfigStatic()
Implementation
static ProtoMessageConfig protoConfigStatic() {
return ProtoMessageConfig(
syntax: ProtoSyntax.v3,
options: [
ProtoOptionHttp(
name: "google.api.http.get",
method: RequestMethod.get,
path: "/injective/exchange/v2/fee_discount_tier_stats",
),
],
fields: [],
);
}