ledger

package
v0.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

README

Insolar — Ledger

Record storage engine

Go Report Card GoDoc

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 NewLedger

func NewLedger(conf configuration.Ledger) (core.Ledger, error)

NewLedger creates new ledger instance.

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 (*Ledger) GetManager added in v0.0.5

func (l *Ledger) GetManager() core.ArtifactManager

GetManager returns artifact manager to work with.

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 record contains code and types for storage records manipulation.
Package record contains code and types for storage records manipulation.
Package storage contains low level interfaces and common structures for concrete ledger storage engine implementations
Package storage contains low level interfaces and common structures for concrete ledger storage engine implementations
badgerdb
Package badgerdb contains ledger store implementation on top of BadgerDB engine.
Package badgerdb contains ledger store implementation on top of BadgerDB engine.
badgerdb/badgertestutils
Package badgertestutils provides sharable utils for testing BadgerDB store implementation.
Package badgertestutils provides sharable utils for testing BadgerDB store implementation.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL