Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { Add(ctx context.Context, signedTxs []*pb.SignedTransaction) error GetByHash(ctx context.Context, hash hash.Hash) (*pb.SignedTransaction, error) Get(ctx context.Context, hashes [][]byte) ([]*pb.SignedTransaction, error) Exists(ctx context.Context, hash hash.Hash) (bool, error) }
Click to show internal directories.
Click to hide internal directories.