package
0.0.0-20241226112810-c10370f1662a
Repository: https://github.com/outofforest/quantum.git
Documentation: pkg.go.dev

# Functions

CloneReader creates new reader starting from the same head.
New creates new pipeline.
NewReader creates new dependant reader.
NewTransactionRequestFactory creates transaction request factory.

# Constants

TransactionRequest type constants.
TransactionRequest type constants.
TransactionRequest type constants.
StoreCapacity is the maximum capacity of store array in store request.

# Structs

ListRequest is used to request writing list nodes to the store.
Pipeline is the pipeline processing transactions.
Reader reads requests from the pipeline.
StoreRequest is used to request writing nodes to the store.
TransactionRequest is used to request transaction execution.
TransactionRequestFactory is used to create new transaction requests.

# Type aliases

TransactionRequestType defines special types of transaction requests.
TxFunc represents function signature expected by the runner.