cmd

package
v0.17.4 Latest Latest
Warning

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

Go to latest
Published: May 25, 2021 License: AGPL-3.0 Imports: 9 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &cobra.Command{
	Use:   "blocks",
	Short: "Read block from protocol state",
	Run:   run,
}
View Source
var RootCmd = rootCmd

Functions

func Execute

func Execute()

Types

type Reader

type Reader struct {
	// contains filtered or unexported fields
}

func NewReader

func NewReader(state protocol.State, storages *storage.All) *Reader

func (*Reader) GetBlockByHeight

func (r *Reader) GetBlockByHeight(height uint64) (*flow.Block, error)

func (*Reader) GetBlockByID

func (r *Reader) GetBlockByID(blockID flow.Identifier) (*flow.Block, error)

func (*Reader) GetFinal

func (r *Reader) GetFinal() (*flow.Block, error)

func (*Reader) GetSealed

func (r *Reader) GetSealed() (*flow.Block, error)

Jump to

Keyboard shortcuts

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