[][src]Trait bitcoincore_rpc::RawTx

pub trait RawTx: Sized + Clone {
    fn raw_hex(self) -> String;
}

Used to pass raw txs into the API.

Required methods

fn raw_hex(self) -> String

Loading content...

Implementations on Foreign Types

impl<'a> RawTx for &'a Transaction[src]

impl<'a> RawTx for &'a [u8][src]

impl<'a> RawTx for &'a Vec<u8>[src]

impl<'a> RawTx for &'a str[src]

impl RawTx for String[src]

Loading content...

Implementors

Loading content...