Trait bitcoincore_rpc::RawTx
source · pub trait RawTx: Sized + Clone {
// Required method
fn raw_hex(self) -> String;
}
Expand description
Used to pass raw txs into the API.
Required Methods§
Object Safety§
This trait is not object safe.