Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestDSORM ¶
type TestDSORM struct {
// contains filtered or unexported fields
}
func NewTestORM ¶
func NewTestORM(ds sqlutil.DataSource) *TestDSORM
NewTestORM creates a test DSORM which contains method only used by tests
func (*TestDSORM) HasFilterByEventName ¶
func (o *TestDSORM) HasFilterByEventName(ctx context.Context, chainID string, eventName string, addressBytes []byte) (bool, error)
HasFilterByEventName checks if a filter exists for the provided event name It converts the event name to CRC32 signature internally
Click to show internal directories.
Click to hide internal directories.