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

Used to pass raw txs into the API.

Required Methods

Implementations on Foreign Types

Implementors