Docs.rs
core-rpc-0.14.0
core-rpc 0.14.0
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
Crates.io
Source
Owners
RCasatta
Dependencies
core-rpc-json ^0.14.0
normal
jsonrpc ^0.12.0
normal
log ^0.4.5
normal
serde ^1
normal
serde_json ^1
normal
Versions
0.15.0
0.14.0
28.33%
of the crate is documented
This release has been yanked, go to latest version
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Trait RawTx
Required Methods
raw_hex
Implementations on Foreign Types
&'a Transaction
&'a Vec<u8>
&'a [u8]
&'a str
String
Implementors
Other items in
core_rpc
?
Trait
core_rpc
::
RawTx
[
−
]
[src]
pub trait RawTx:
Sized
+
Clone
{ fn
raw_hex
(self) ->
String
; }
Expand description
Used to pass raw txs into the API.
Required methods
[src]
fn
raw_hex
(self) ->
String
Implementations on Foreign Types
[src]
impl<'a>
RawTx
for &'a Transaction
[src]
fn
raw_hex
(self) ->
String
[src]
impl<'a>
RawTx
for
&'a [
u8
]
[src]
fn
raw_hex
(self) ->
String
[src]
impl<'a>
RawTx
for &'a
Vec
<
u8
>
[src]
fn
raw_hex
(self) ->
String
[src]
impl<'a>
RawTx
for &'a
str
[src]
fn
raw_hex
(self) ->
String
[src]
impl
RawTx
for
String
[src]
fn
raw_hex
(self) ->
String
Implementors