Documentation ¶ Index ¶ type ToStorage func NewToStorage() *ToStorage func (ts *ToStorage) NewBlock(height int64) *model.Block func (ts *ToStorage) NewErrorMessage(height int64, errMsg string) model.Message Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type ToStorage ¶ type ToStorage struct{} func NewToStorage ¶ func NewToStorage() *ToStorage func (*ToStorage) NewBlock ¶ func (ts *ToStorage) NewBlock(height int64) *model.Block func (*ToStorage) NewErrorMessage ¶ func (ts *ToStorage) NewErrorMessage(height int64, errMsg string) model.Message Source Files ¶ View all Source files block.go error_message.go to_storage.go Click to show internal directories. Click to hide internal directories.