SenderRateLimitConfig
Revision as of 10:42, 20 September 2024 by Welcome (talk | contribs) (Created page with " // SenderRateLimitConfig configures the sender-based rate limiter // for eth_sendRawTransaction requests. // To enable pre-eip155 transactions, add '0' to allowed...")
// SenderRateLimitConfig configures the sender-based rate limiter // for eth_sendRawTransaction requests. // To enable pre-eip155 transactions, add '0' to allowed_chain_ids. type SenderRateLimitConfig struct {
Enabled bool Interval TOMLDuration Limit int AllowedChainIds []*big.Int `toml:"allowed_chain_ids"`
}
{{
Advertising: