Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockResultEventAttributeDecoder ¶ added in v1.7.20
type Client ¶
type Client interface {
Genesis() (*genesis.Genesis, error)
GenesisChunked() (*genesis.Genesis, error)
Block(height int64) (*usecase_model.Block, *usecase_model.RawBlock, error)
BlockResults(height int64, decoder BlockResultEventAttributeDecoder) (*usecase_model.BlockResults, error)
LatestBlockHeight() (int64, error)
}
Click to show internal directories.
Click to hide internal directories.