cosmrs 0.22.0

Transaction builder and signer for Cosmos-based blockchains
Documentation
1
2
3
4
5
6
//! ECDSA/secp256k1 support

mod signing_key;

pub use self::signing_key::{EcdsaSigner, SigningKey};
pub use k256::ecdsa::{Signature, VerifyingKey};