[][src]Trait tmkms::rpc::TendermintRequest

pub trait TendermintRequest: SignableMsg {
    fn build_response(self, error: Option<RemoteError>) -> Response;
}

Required methods

Loading content...

Implementations on Foreign Types

impl TendermintRequest for SignVoteRequest[src]

impl TendermintRequest for SignProposalRequest[src]

Loading content...

Implementors

Loading content...