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 GroupStorage ¶
type GroupStorage interface { blockchain.GroupStorage }
GroupStorage ...
It's used only for mock generating.
type GroupStorageWrapper ¶
type GroupStorageWrapper struct {
blockchain.Storage
}
GroupStorageWrapper ...
func (GroupStorageWrapper) StoreBlockGroup ¶
func (wrapper GroupStorageWrapper) StoreBlockGroup( blocks blockchain.BlockGroup, ) error
StoreBlockGroup ...
Click to show internal directories.
Click to hide internal directories.