Docs.rs
dig-clvm-0.1.1
dig-clvm 0.1.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
MichaelTaylor3D
Dependencies
chia-bls ^0.26
normal
chia-consensus ^0.26
normal
chia-protocol ^0.26
normal
chia-puzzles ^0.20
normal
chia-sdk-coinset ^0.30
normal
chia-sdk-driver ^0.30
normal
chia-sdk-types ^0.30
normal
chia-traits ^0.26
normal
clvm-traits ^0.26
normal
clvm-utils ^0.26
normal
clvmr ^0.14
normal
dig-constants ^0.1.0
normal
hex ^0.4
normal
thiserror ^2
normal
chia-sdk-test ^0.30
dev
hex-literal ^0.4
dev
rand ^0.8
dev
sha2 ^0.10
dev
Versions
74.51%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
ToTreeHash
dig_
clvm
0.1.1
ToTree
Hash
Required Methods
tree_hash
Implementations on Foreign Types
BulletinLayer<I>
CatLayer<I>
CatalogRefundAction
CatalogRegisterAction
ClawbackV2
DelegatedStateAction
DidLayer<M, I>
HashedPtr
MOfNLayer
NftOwnershipLayer<T, I>
NftStateLayer<M, I>
OptionContractLayer<I>
OptionUnderlying
P2DelegatedConditionsLayer
P2OneOfManyLayer
P2SingletonLayer
RevocationLayer
RewardDistributorAddEntryAction
RewardDistributorAddIncentivesAction
RewardDistributorCommitIncentivesAction
RewardDistributorInitiatePayoutAction
RewardDistributorNewEpochAction
RewardDistributorRemoveEntryAction
RewardDistributorStakeAction
RewardDistributorSyncAction
RewardDistributorUnstakeAction
RewardDistributorWithdrawIncentivesAction
RoyaltyTransferLayer
SingletonLayer<I>
StandardLayer
XchandlesExpireAction
XchandlesExtendAction
XchandlesOracleAction
XchandlesRefundAction
XchandlesRegisterAction
XchandlesUpdateAction
Implementors
In crate dig_
clvm
dig_clvm
Trait
ToTree
Hash
Copy item path
Source
pub trait ToTreeHash { // Required method fn
tree_hash
(&self) ->
TreeHash
; }
Required Methods
§
Source
fn
tree_hash
(&self) ->
TreeHash
Implementations on Foreign Types
§
Source
§
impl
ToTreeHash
for
HashedPtr
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
CatalogRefundAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
CatalogRegisterAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
DelegatedStateAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorAddEntryAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorAddIncentivesAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorCommitIncentivesAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorInitiatePayoutAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorNewEpochAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorRemoveEntryAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorStakeAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorSyncAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorUnstakeAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RewardDistributorWithdrawIncentivesAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
XchandlesExpireAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
XchandlesExtendAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
XchandlesOracleAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
XchandlesRefundAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
XchandlesRegisterAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
XchandlesUpdateAction
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
MOfNLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
P2DelegatedConditionsLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
P2OneOfManyLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
P2SingletonLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RevocationLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
RoyaltyTransferLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
StandardLayer
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
ClawbackV2
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl
ToTreeHash
for
OptionUnderlying
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<I>
ToTreeHash
for
BulletinLayer
<I>
where I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<I>
ToTreeHash
for
CatLayer
<I>
where I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<I>
ToTreeHash
for
OptionContractLayer
<I>
where I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<I>
ToTreeHash
for
SingletonLayer
<I>
where I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<M, I>
ToTreeHash
for
DidLayer
<M, I>
where M:
ToTreeHash
, I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<M, I>
ToTreeHash
for
NftStateLayer
<M, I>
where M:
ToTreeHash
, I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Source
§
impl<T, I>
ToTreeHash
for
NftOwnershipLayer
<T, I>
where T:
ToTreeHash
, I:
ToTreeHash
,
Source
§
fn
tree_hash
(&self) ->
TreeHash
Implementors
§
Source
§
impl
ToTreeHash
for
Puzzle
Source
§
impl<T>
ToTreeHash
for T
where T:
ToClvm
<
TreeHasher
>,