Docs.rs
avail-rust-client-0.2.8
avail-rust-client 0.2.8
Docs.rs crate page
ISC
Links
crates.io
Source
Owners
markopoloparadox
Dependencies
avail-rust-core ^0.2.8
normal
bounded-collections ^0.2.0
normal
frame-metadata ^20.0.0
normal
futures ^0.3.31
normal
hex ^0.4.3
normal
impl-serde ^0.5.0
normal
reqwest ^0.12.22
normal
optional
scale-info ^2.11.6
normal
serde ^1.0.195
normal
serde_json ^1.0.124
normal
thiserror ^2.0.12
normal
tokio ^1.45.0
normal
tracing ^0.1.41
normal
optional
tracing-subscriber ^0.3.19
normal
optional
wasm-bindgen-futures ^0.4.50
normal
optional
wasmtimer ^0.4.1
normal
optional
tokio ^1.45.0
dev
Versions
4.85%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
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
avail_
rust_
client
0.2.8
Transaction
Convertible
Required Methods
to_call
Implementors
In crate avail_
rust_
client
avail_rust_client
Trait
TransactionConvertible
Copy item path
Source
pub trait TransactionConvertible { // Required method fn
to_call
(&self) ->
TransactionCall
; }
Required Methods
§
Source
fn
to_call
(&self) ->
TransactionCall
Implementors
§
Source
§
impl<T>
TransactionConvertible
for T
where T:
HasTxDispatchIndex
+
Encode
,