tendermint 0.6.0

Tendermint is a high-performance blockchain consensus engine that powers Byzantine fault tolerant applications written in any programming language. This crate provides types for representing information about Tendermint blockchain networks, including chain IDs, block IDs, and block heights.
Documentation
1
2
3
4
5
6
7
8
9
pub const AMINO_NAME: &str = "tendermint/remotesigner/PingRequest";

#[derive(Clone, PartialEq, Message)]
#[amino_name = "tendermint/remotesigner/PingRequest"]
pub struct PingRequest {}

#[derive(Clone, PartialEq, Message)]
#[amino_name = "tendermint/remotesigner/PingResponse"]
pub struct PingResponse {}