Docs.rs
pod-sdk-0.2.0
pod-sdk 0.2.0
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
Hashable
pod_sdk
0.2.0
Hashable
Required Methods
hash_custom
Implementations on Foreign Types
(u64, u128)
Bytes
FixedBytes<32>
Vec<u8>
u128
Implementors
In crate pod_
sdk
pod_sdk
Trait
Hashable
Copy item path
Source
pub trait Hashable { // Required method fn
hash_custom
(&self) ->
FixedBytes
<32>; }
Required Methods
§
Source
fn
hash_custom
(&self) ->
FixedBytes
<32>
Implementations on Foreign Types
§
Source
§
impl
Hashable
for (
u64
,
u128
)
Source
§
fn
hash_custom
(&self) ->
FixedBytes
<32>
Source
§
impl
Hashable
for
u128
Source
§
fn
hash_custom
(&self) ->
FixedBytes
<32>
Source
§
impl
Hashable
for
Vec
<
u8
>
Source
§
fn
hash_custom
(&self) ->
FixedBytes
<32>
Source
§
impl
Hashable
for
FixedBytes
<32>
Source
§
fn
hash_custom
(&self) ->
FixedBytes
<32>
Source
§
impl
Hashable
for
Bytes
Source
§
fn
hash_custom
(&self) ->
FixedBytes
<32>
Implementors
§
Source
§
impl
Hashable
for
StandardMerkleTree
Source
§
impl
Hashable
for
Log
Source
§
impl
Hashable
for
Address
Source
§
impl
Hashable
for
MerkleTree
Source
§
impl
Hashable
for
Receipt
Source
§
impl
Hashable
for
Timestamp
Source
§
impl
Hashable
for
TxEip1559
Source
§
impl<T>
Hashable
for
Indexed
<T>
where T:
Hashable
,
Source
§
impl<T>
Hashable
for
Attestation
<T>
where T:
Hashable
,
Source
§
impl<T>
Hashable
for
Signed
<T>
where T: RlpEcdsaEncodableTx,