Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type I ¶
type I interface {
StoreEvent(ev *event.E) (err error)
FindEventSerialById(evId []byte) (ser *number.Uint40, err error)
GetEventFromSerial(ser *number.Uint40) (ev *event.E, err error)
GetIdPubkeyTimestampFromSerial(ser *number.Uint40) (id, pk []byte, ts int64, err error)
GetEventById(evId []byte) (ev *event.E, err error)
QueryEvents(f *filter.F) (eventIds [][]byte, err error)
}
Click to show internal directories.
Click to hide internal directories.