Trait RawTx
bitcoincore_rpc
pub trait RawTx: Sized + Clone { fn raw_hex(self) -> String; }
Used to pass raw txs into the API.
fn raw_hex(self) -> String
impl<'a> RawTx for &'a Transaction
impl<'a> RawTx for &'a [u8]
impl<'a> RawTx for &'a Vec<u8>
impl<'a> RawTx for &'a str
impl RawTx for String