storing

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGroupStorage

func NewGroupStorage(storage blockchain.Storage) blockchain.GroupStorage

NewGroupStorage ...

Types

type Data added in v1.4.0

type Data interface {
	blockchain.Data
}

Data ...

It's used only for mock generating.

type GroupStorage

type GroupStorage interface {
	blockchain.GroupStorage
}

GroupStorage ...

It's used only for mock generating.

type GroupStorageWrapper

type GroupStorageWrapper struct {
	blockchain.Storage
}

GroupStorageWrapper ...

func (GroupStorageWrapper) DeleteBlockGroup added in v1.4.0

func (wrapper GroupStorageWrapper) DeleteBlockGroup(
	blocks blockchain.BlockGroup,
) error

DeleteBlockGroup ...

func (GroupStorageWrapper) StoreBlockGroup

func (wrapper GroupStorageWrapper) StoreBlockGroup(
	blocks blockchain.BlockGroup,
) error

StoreBlockGroup ...

type Storage

type Storage interface {
	blockchain.Storage
}

Storage ...

It's used only for mock generating.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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