Docs.rs
soroban-client-0.5.1
soroban-client 0.5.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
rahul-soshte
Dependencies
futures ^0.3
normal
hex ^0.4
normal
reqwest ^0.11.20
normal
serde ^1
normal
serde_json ^1
normal
stellar-baselib ^0.5.3
normal
thiserror ^2.0.9
normal
tracing ^0.1.40
normal
base64 ^0.22.1
dev
tokio ^1.43.0
dev
wiremock ^0.6.2
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Validate
soroban_
client
0.5.1
Validate
Required Associated Types
Error
Required Methods
validate
Implementors
In soroban_
client::
xdr
soroban_client
::
xdr
Trait
Validate
Copy item path
Source
pub trait Validate { type
Error
; // Required method fn
validate
(&self) ->
Result
<
()
, Self::
Error
>; }
Required Associated Types
§
Source
type
Error
Required Methods
§
Source
fn
validate
(&self) ->
Result
<
()
, Self::
Error
>
Implementors
§
Source
§
impl
Validate
for
ScVal
Source
§
type
Error
=
Error
Source
§
impl
Validate
for
ScMap
Source
§
type
Error
=
Error