Docs.rs
avail-rust-core-0.2.14
avail-rust-core 0.2.14
Docs.rs crate page
ISC
Links
Repository
crates.io
Source
Owners
markopoloparadox
Dependencies
parity-scale-codec ^3
normal
const-hex ^1.14.1
normal
impl-serde ^0.5.0
normal
primitive-types ^0.13.1
normal
scale-decode ^0.16.0
normal
scale-encode ^0.10.0
normal
scale-info ^2.11.6
normal
serde ^1.0.195
normal
serde_json ^1.0.124
normal
sp-crypto-hashing ^0.1.0
normal
subxt ^0.41.0
normal
optional
subxt-core ^0.41.0
normal
subxt-rpcs ^0.41.0
normal
subxt-signer ^0.41.0
normal
thiserror ^2.0.12
normal
Versions
21.64%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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_
core
0.2.14
Transaction
Convertible
Required Methods
to_call
Implementors
In avail_
rust_
core::
decoded_
transaction
avail_rust_core
::
decoded_transaction
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:
HasTxDispatchIndex
+
Encode
>
TransactionConvertible
for T