Versions in this module Expand all Collapse all v0 v0.3.0 May 23, 2024 Changes in this version + func GetTopics() []db.Object + func ListenAddrSeenTxs(ctx context.Context, addrs [][25]byte) (chan *SeenTx, error) + type SeenTx struct + Addr [25]byte + Seen time.Time + TxHash [32]byte + func GetSeenTxs(ctx context.Context, addr [25]byte, start []byte) ([]*SeenTx, error) + func (i *SeenTx) Deserialize([]byte) + func (i *SeenTx) GetShardSource() uint + func (i *SeenTx) GetTopic() string + func (i *SeenTx) GetUid() []byte + func (i *SeenTx) Serialize() []byte + func (i *SeenTx) SetUid(uid []byte) v0.2.0-alpha.0 Feb 23, 2023