Docs.rs
near-workspaces-0.3.0
near-workspaces 0.3.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nearprotocol-ci
ChaoticTempest
Dependencies
anyhow ^1.0
normal
async-process ^1.3
normal
async-trait ^0.1
normal
base64 ^0.13
normal
borsh ^0.9
normal
cargo_metadata ^0.14.2
normal
chrono ^0.4.19
normal
dirs ^3.0.2
normal
hex ^0.4.2
normal
near-account-id ^0.12.0
normal
near-crypto ^0.12.0
normal
near-jsonrpc-client ^0.3.0
normal
near-jsonrpc-primitives ^0.12.0
normal
near-primitives ^0.12.0
normal
near-sandbox-utils ^0.2.0
normal
portpicker ^0.1.1
normal
rand ^0.8.4
normal
reqwest ^0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
tokio ^1
normal
tokio-retry ^0.3
normal
tracing ^0.1
normal
url ^2.2.2
normal
borsh ^0.9
dev
near-sdk ^4.0.0-pre.7
dev
near-units ^0.1.0
dev
test-log ^0.2.8
dev
tracing-subscriber ^0.3.5
dev
near-sandbox-utils ^0.2.0
build
libc ^0.2
normal
Versions
75.59%
of the crate is documented
Go to latest version
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
Required Methods
client
Implementors
In near_workspaces::network
?
Trait
near_workspaces
::
network
::
NetworkClient
source
·
[
−
]
pub trait NetworkClient { fn
client
(&self) -> &Client; }
Required Methods
source
fn
client
(&self) -> &Client
Implementors
source
impl
NetworkClient
for
Betanet
source
impl
NetworkClient
for
Mainnet
source
impl
NetworkClient
for
Sandbox
source
impl
NetworkClient
for
Testnet