Docs.rs
near-workspaces-0.22.0
near-workspaces 0.22.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nearprotocol-ci
ChaoticTempest
Dependencies
async-trait ^0.1
normal
base64 ^0.22
normal
bs58 ^0.5
normal
cargo-near-build ^0.9.0
normal
optional
chrono ^0.4.19
normal
fs2 ^0.4
normal
json-patch ^2.0
normal
near-abi-client ^0.1.1
normal
near-account-id ^2.0.0
normal
near-chain-configs ^0.34
normal
optional
near-crypto ^0.34
normal
near-gas ^0.3
normal
near-jsonrpc-client ^0.20
normal
near-jsonrpc-primitives ^0.34
normal
near-primitives ^0.34
normal
near-sandbox ^0.3.1
normal
near-sdk ^5.7
normal
optional
near-token ^0.3
normal
rand ^0.8.4
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
tempfile ^3.3
normal
thiserror ^1.0
normal
tokio ^1
normal
tokio-retry ^0.3
normal
tracing ^0.1
normal
url ^2.2.2
normal
anyhow ^1.0
dev
futures ^0.3
dev
near-sdk ^5.20
dev
test-log ^0.2.8
dev
tracing-subscriber ^0.3.5
dev
near-sandbox ^0.3.1
build
libc ^0.2
normal
Versions
69.11%
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
NetworkClient
near_
workspaces
0.22.0
Network
Client
Required Methods
client
Implementors
In near_
workspaces::
network
near_workspaces
::
network
Trait
Network
Client
Copy item path
Source
pub trait NetworkClient { // Required method fn
client
(&self) -> &Client; }
Required Methods
§
Source
fn
client
(&self) -> &Client
Implementors
§
Source
§
impl
NetworkClient
for
Betanet
Source
§
impl
NetworkClient
for
Custom
Source
§
impl
NetworkClient
for
Mainnet
Source
§
impl
NetworkClient
for
Sandbox
Source
§
impl
NetworkClient
for
Testnet