pub struct RawTransactionData {
pub inputs: Vec<RawInputData>,
pub outputs: Vec<RawOutputData>,
}Expand description
Similar to RawOutputData, but for transaction
Fields§
§inputs: Vec<RawInputData>§outputs: Vec<RawOutputData>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawTransactionData
impl RefUnwindSafe for RawTransactionData
impl Send for RawTransactionData
impl Sync for RawTransactionData
impl Unpin for RawTransactionData
impl UnwindSafe for RawTransactionData
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more