Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { Insert(ctx context.Context, data *model.Transaction) error Delete(ctx context.Context, from, to int64) (err error) FindTransaction(ctx context.Context, hash []byte) (result *model.Transaction, err error) FindTransactionsByBlockHash(ctx context.Context, blockHash []byte) (result []*model.Transaction, err error) }
Click to show internal directories.
Click to hide internal directories.