Struct simplicity_sys::c_jets::c_env::RawTransactionData
source · pub struct RawTransactionData {
pub inputs: Vec<RawInputData>,
pub outputs: Vec<RawOutputData>,
}
Expand description
Similar to [CRawOutputData
], but for transaction
Fields§
§inputs: Vec<RawInputData>
§outputs: Vec<RawOutputData>
Trait Implementations§
Auto Trait Implementations§
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