Modules§
- executor_
service_ client - Generated client implementations.
- executor_
service_ server - Generated server implementations.
- get_
block_ request - Nested message and enum types in
GetBlockRequest. - health_
service_ client - Generated client implementations.
- health_
service_ server - Generated server implementations.
- p2p_
service_ client - Generated client implementations.
- p2p_
service_ server - Generated server implementations.
- signer_
service_ client - Generated client implementations.
- signer_
service_ server - Generated server implementations.
- store_
service_ client - Generated client implementations.
- store_
service_ server - Generated server implementations.
Structs§
- Batch
- Batch is a collection of transactions.
- Block
- Block contains all the components of a complete block
- Data
- Data is the data of a block in the blockchain.
- Execute
TxsRequest - ExecuteTxsRequest contains transactions and block context for execution
- Execute
TxsResponse - ExecuteTxsResponse contains the result of transaction execution
- GetBlock
Request - GetBlockRequest defines the request for retrieving a block
- GetBlock
Response - GetBlockResponse defines the response for retrieving a block
- GetHealth
Response - GetHealthResponse defines the response for retrieving health status
- GetMetadata
Request - GetMetadataRequest defines the request for retrieving metadata by key
- GetMetadata
Response - GetMetadataResponse defines the response for retrieving metadata
- GetNet
Info Response - GetNetInfoResponse defines the response for retrieving network information
- GetPeer
Info Response - GetPeerInfoResponse defines the response for retrieving peer information
- GetPublic
Request - The GetPublicRequest is an empty request.
- GetPublic
Response - The GetPublicResponse returns the public key.
- GetState
Response - GetStateResponse defines the response for retrieving the current state
- GetTxs
Request - GetTxsRequest is the request for fetching transactions
- GetTxs
Response - GetTxsResponse contains the available transactions
- Header
- Header is the header of a block in the blockchain.
- Init
Chain Request - InitChainRequest contains the genesis parameters for chain initialization
- Init
Chain Response - InitChainResponse contains the initial state and configuration
- Metadata
- Metadata is the metadata of a block in the blockchain.
- NetInfo
- NetInfo contains information about the network
- Peer
Info - PeerInfo contains information about a connected peer
- SetFinal
Request - SetFinalRequest marks a block as finalized
- SetFinal
Response - SetFinalResponse indicates whether finalization was successful
- Sign
Request - The SignRequest holds the bytes we want to sign.
- Sign
Response - The SignResponse returns the signature bytes.
- Signed
Data - SignedData is a data with a signature and a signer.
- Signed
Header - SignedHeader is a header with a signature and a signer.
- Signer
- Signer is a signer of a block in the blockchain.
- State
- State is the state of the blockchain.
- Version
- Version captures the consensus rules for processing a block in the blockchain, including all blockchain data structures and the rules of the application’s state transition machine. This is equivalent to the tmversion.Consensus type in Tendermint.
- Vote
- Vote is a vote for a block in the blockchain.
Enums§
- Health
Status - HealthStatus defines the health status of the node