Documentation ¶
Overview ¶
Package ledger contains high level interfaces to storage engine and multiple record types
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenRequestRecordID ¶ added in v0.4.0
GenRequestRecordID generates record's RecordID byte for VM request on objects implemented hash.Writer.
Types ¶
type Ledger ¶
type Ledger struct {
// contains filtered or unexported fields
}
Ledger is the global ledger handler. Other system parts communicate with ledger through it.
func NewLedger ¶
func NewLedger(conf configuration.Ledger) (*Ledger, error)
NewLedger creates new ledger instance.
func NewTestLedger ¶ added in v0.3.0
func NewTestLedger( db *storage.DB, am *artifactmanager.LedgerArtifactManager, pm *pulsemanager.PulseManager, jc *jetcoordinator.JetCoordinator, amh *artifactmanager.MessageHandler, ) *Ledger
NewTestLedger is the util function for creation of Ledger with provided private members (suitable for tests).
func (*Ledger) GetArtifactManager ¶ added in v0.2.0
func (l *Ledger) GetArtifactManager() core.ArtifactManager
GetArtifactManager returns artifact manager to work with.
func (*Ledger) GetJetCoordinator ¶ added in v0.2.0
func (l *Ledger) GetJetCoordinator() core.JetCoordinator
GetJetCoordinator returns JetCoordinator.
func (*Ledger) GetPulseManager ¶ added in v0.2.0
func (l *Ledger) GetPulseManager() core.PulseManager
GetPulseManager returns PulseManager.
Directories ¶
Path | Synopsis |
---|---|
Package artifactmanager provides high-level storage API for logic runner module.
|
Package artifactmanager provides high-level storage API for logic runner module. |
Package hash contains Writer interface and SHA3 hasher.
|
Package hash contains Writer interface and SHA3 hasher. |
Package index represents indexes and meta information for records.
|
Package index represents indexes and meta information for records. |
Package jetcoordinator is responsible for all jet manipulations.
|
Package jetcoordinator is responsible for all jet manipulations. |
Package jetdrop represents Jet Drops (Blocks) of a blockchain.
|
Package jetdrop represents Jet Drops (Blocks) of a blockchain. |
Package ledgertestutil contains high level API tests and test utils for other modules.
|
Package ledgertestutil contains high level API tests and test utils for other modules. |
Package pulsemanager is responsible for all pulse operations.
|
Package pulsemanager is responsible for all pulse operations. |
Package record contains code and types for storage records manipulation.
|
Package record contains code and types for storage records manipulation. |
Package storage contains ledger storage implementation on top of BadgerDB engine.
|
Package storage contains ledger storage implementation on top of BadgerDB engine. |
storagetest
Package storagetest contains high level API tests and test utils for other modules.
|
Package storagetest contains high level API tests and test utils for other modules. |
Click to show internal directories.
Click to hide internal directories.