Registry / crypto / cosmrs

cosmrs

JSON →
library0.22.0rscratesunverified

Transaction builder and signer for Cosmos-based blockchains.

# Cargo.toml [dependencies] cosmrs = "0.22.0"
INSTALL
IMPORT
SIG · COSMRS
C
cosmrs
cryptorustv0.22.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Tx
use cosmrs::tx::Tx;

Creates a new Cosmos transaction.

use cosmrs::tx::Tx; fn main() { let tx = Tx::new(); println!("Transaction created"); }
Debug
Known issues
gotchaRequires specific Cosmos SDK version compatibility
fix
Check the crate version against your target Cosmos SDK version
affects: >=0.22.0
Upgrade
Version history
0.22.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Meta
1
Resources
cosmrs — cargo add cosmrs · libregistry