Docs.rs
pod-sdk-0.2.0
pod-sdk 0.2.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
abresas
github:podnetwork:core
Dependencies
alloy-consensus ^1.0.24
normal
alloy-eips ^1.0.24
normal
alloy-json-rpc ^1.0.24
normal
alloy-network ^1.0.24
normal
alloy-primitives ^1.3.0
normal
alloy-provider ^1.0.24
normal
alloy-pubsub ^1.0.24
normal
alloy-rpc-types ^1.0.24
normal
alloy-signer ^1.0.24
normal
alloy-signer-local ^1.0.24
normal
alloy-sol-types ^1.3.0
normal
alloy-transport ^1.0.24
normal
anyhow ^1.0.95
normal
async-trait ^0.1.88
normal
futures ^0.3.31
normal
hex ^0.4.3
normal
pod-examples-solidity ^0.2.0
normal
pod-types ^0.2.0
normal
serde ^1.0.214
normal
tracing ^0.1.41
normal
tokio-test ^0.4.4
dev
Versions
22.22%
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
ToLeaf
pod_sdk
0.2.0
ToLeaf
Required Methods
to_leaf
Implementations on Foreign Types
FixedBytes<32>
Implementors
In pod_
sdk::
cryptography::
merkle_
tree
pod_sdk
::
cryptography
::
merkle_tree
Trait
ToLeaf
Copy item path
Source
pub trait ToLeaf { // Required method fn
to_leaf
(&self) -> (
String
,
FixedBytes
<32>); }
Required Methods
§
Source
fn
to_leaf
(&self) -> (
String
,
FixedBytes
<32>)
Implementations on Foreign Types
§
Source
§
impl
ToLeaf
for
FixedBytes
<32>
Source
§
fn
to_leaf
(&self) -> (
String
,
FixedBytes
<32>)
Implementors
§