Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CircuitBreaker ¶
CircuitBreaker is an interface that defines the methods for a circuit breaker.
type CircuitBreakerDecorator ¶
type CircuitBreakerDecorator struct {
// contains filtered or unexported fields
}
CircuitBreakerDecorator is an AnteDecorator that checks if the transaction type is allowed to enter the mempool or be executed
func NewCircuitBreakerDecorator ¶
func NewCircuitBreakerDecorator(ck CircuitBreaker) CircuitBreakerDecorator
Click to show internal directories.
Click to hide internal directories.