Docs.rs
penumbra-sdk-txhash-1.0.0
penumbra-sdk-txhash 1.0.0
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
erwanor
Dependencies
anyhow ^1.0.75
normal
blake2b_simd ^1
normal
getrandom ^0.2
normal
hex ^0.4.3
normal
penumbra-sdk-proto ^1.0.0
normal
penumbra-sdk-tct ^1.0.0
normal
serde ^1.0.186
normal
Versions
63.64%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
penumbra_
sdk_
txhash
1.0.0
All Items
Crate Items
Structs
Traits
Crate
penumbra_sdk_txhash
Copy item path
Source
Structs
§
Auth
Hash
A hash of a transaction’s
authorizing data
, describing both its effects on the chain state as well as the cryptographic authorization of those effects.
Effect
Hash
A hash of a transaction’s
effecting data
, describing its effects on the chain state.
Transaction
Context
Stateless verification context for a transaction.
Transaction
Id
A transaction ID (hash), the Sha256 hash used by Tendermint to identify transactions.
Traits
§
Authorizing
Data
Effecting
Data
Something that can be hashed to produce an
EffectHash
.