penumbra_
txhash
0.81.3
All Items
Crate Items
Structs
Traits
Crate
penumbra_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
.