Docs.rs
bitcoincore-rpc-0.16.0
bitcoincore-rpc 0.16.0
Docs.rs crate page
CC0-1.0
Links
Homepage
Repository
crates.io
Source
Owners
stevenroose
Dependencies
bitcoincore-rpc-json ^0.16.0
normal
jsonrpc ^0.12.0
normal
log ^0.4.5
normal
serde ^1
normal
serde_json ^1
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
RawTx
Required Methods
raw_hex
Implementations on Foreign Types
&'a Transaction
&'a Vec<u8>
&'a [u8]
&'a str
String
Implementors
In bitcoincore_rpc
?
Trait
bitcoincore_rpc
::
RawTx
source
·
[
−
]
pub trait RawTx:
Sized
+
Clone
{ fn
raw_hex
(self) ->
String
; }
Expand description
Used to pass raw txs into the API.
Required Methods
source
fn
raw_hex
(self) ->
String
Implementations on Foreign Types
source
impl<'a>
RawTx
for &'a Transaction
source
fn
raw_hex
(self) ->
String
source
impl<'a>
RawTx
for &'a [
u8
]
source
fn
raw_hex
(self) ->
String
source
impl<'a>
RawTx
for &'a
Vec
<
u8
>
source
fn
raw_hex
(self) ->
String
source
impl<'a>
RawTx
for &'a
str
source
fn
raw_hex
(self) ->
String
source
impl
RawTx
for
String
source
fn
raw_hex
(self) ->
String
Implementors