RemoteRateLimits
Inbound/outbound rate limits for one lane direction. fastInbound/fastOutbound are the
fast-finality (FTF) per-lane limits.
inbound objectrequired
A token-bucket rate limiter.
Whether the rate limiter is enforced.
Maximum bucket capacity.
Possible values: Value must match regular expression ^[0-9]+$
50000000000000000000000Refill rate per second.
Possible values: Value must match regular expression ^[0-9]+$
13880000000000000000outbound objectrequired
A token-bucket rate limiter.
Whether the rate limiter is enforced.
Maximum bucket capacity.
Possible values: Value must match regular expression ^[0-9]+$
50000000000000000000000Refill rate per second.
Possible values: Value must match regular expression ^[0-9]+$
13880000000000000000fastInbound objectnullablerequired
Fast-finality (FTF) inbound rate limit.
Possible values: Value must match regular expression ^[0-9]+$
Possible values: Value must match regular expression ^[0-9]+$
fastOutbound objectnullablerequired
Fast-finality (FTF) outbound rate limit.
Possible values: Value must match regular expression ^[0-9]+$
Possible values: Value must match regular expression ^[0-9]+$
{
"outbound": {
"isEnabled": true,
"capacity": "50000000000000000000000",
"rate": "13880000000000000000"
},
"inbound": {
"isEnabled": true,
"capacity": "50000000000000000000000",
"rate": "13880000000000000000"
},
"fastOutbound": null,
"fastInbound": null
}