Module storage

Module storage 

Source

Re-exports§

pub use crate::ParsedTransactionResponse;

Modules§

helpers
validators
/validators endpoint JSON-RPC wrapper

Structs§

Block
Blocks consist of a header, transactions, votes (the commit), and a list of evidence of malfeasance (i.e. signing conflicting votes).
Commit
Commit contains the justification (ie. a set of signatures) that a block was committed by a set of validators. TODO: Update links below! https://github.com/tendermint/tendermint/blob/51dc810d041eaac78320adc6d53ad8b160b06601/types/block.go#L486-L502 https://github.com/tendermint/spec/blob/d46cd7f573a2c6a2399fcab2cde981330aa63f37/spec/core/data_structures.md#lastcommit
FullBlockInformation
NyxdScraperStorageError

Enums§

CommitSig
CommitSig represents a signature of a validator. It’s a part of the Commit and can be used to reconstruct the vote set given the validator set.

Traits§

NyxdScraperStorage
NyxdScraperTransaction

Functions§

persist_block