Documentation ¶ Index ¶ Variables type Checker func New() *Checker func (v *Checker) Validate(e inter.EventPayloadI) error Constants ¶ This section is empty. Variables ¶ View Source var ( ErrZeroTime = errors.New("event has zero timestamp") ErrNegativeValue = errors.New("negative value") ErrIntrinsicGas = errors.New("intrinsic gas too low") ) Functions ¶ This section is empty. Types ¶ type Checker ¶ type Checker struct { // contains filtered or unexported fields } func New ¶ func New() *Checker New validator which performs checks which don't require anything except event func (*Checker) Validate ¶ func (v *Checker) Validate(e inter.EventPayloadI) error Validate event Source Files ¶ View all Source files basic_check.go Click to show internal directories. Click to hide internal directories.