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 {}