Docs.rs
fuel-core-tx-status-manager-0.46.0
fuel-core-tx-status-manager 0.46.0
Permalink
Docs.rs crate page
BUSL-1.1
Links
Homepage
Repository
crates.io
Source
Owners
fuel-service-user
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
fuel-core-metrics ^0.46.0
normal
fuel-core-services ^0.46.0
normal
fuel-core-types ^0.46.0
normal
futures ^0.3
normal
parking_lot ^0.12
normal
postcard ^1.0
normal
tokio ^1.27
normal
tokio-stream ^0.1
normal
tracing ^0.1
normal
fuel-core-services ^0.46.0
dev
mockall ^0.11
dev
postcard ^1.0
dev
proptest ^1.1
dev
test-case ^3.3
dev
test-strategy ^0.3
dev
tokio ^1.27
dev
tracing ^0.1
dev
Versions
21.21%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
fuel_
core_
tx_
status_
manager
0.46.0
Protocol
Public
Key
Required Methods
latest_address
Implementors
In fuel_
core_
tx_
status_
manager::
service
fuel_core_tx_status_manager
::
service
Trait
ProtocolPublicKey
Copy item path
Source
pub trait ProtocolPublicKey:
Send
{ // Required method fn
latest_address
(&self) ->
Address
; }
Required Methods
§
Source
fn
latest_address
(&self) ->
Address
Implementors
§