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
Clock
pod_sdk
0.2.0
Clock
Required Methods
now
Implementors
In crate pod_
sdk
pod_sdk
Trait
Clock
Copy item path
Source
pub trait Clock { // Required method fn
now
(&self) ->
Timestamp
; }
Required Methods
§
Source
fn
now
(&self) ->
Timestamp
Implementors
§
Source
§
impl
Clock
for
MockClock
Source
§
impl
Clock
for
SystemClock