pub struct RawInputData {
pub annex: Option<Vec<c_uchar>>,
pub issuance_amount: Vec<c_uchar>,
pub issuance_inflation_keys: Vec<c_uchar>,
pub amount_range_proof: Vec<c_uchar>,
pub inflation_keys_range_proof: Vec<c_uchar>,
pub asset: Vec<c_uchar>,
pub value: Vec<c_uchar>,
}Expand description
Similar to RawOutputData, for inputs.
Fields§
§annex: Option<Vec<c_uchar>>§issuance_amount: Vec<c_uchar>§issuance_inflation_keys: Vec<c_uchar>§amount_range_proof: Vec<c_uchar>§inflation_keys_range_proof: Vec<c_uchar>§asset: Vec<c_uchar>§value: Vec<c_uchar>Trait Implementations§
Auto Trait Implementations§
impl Freeze for RawInputData
impl RefUnwindSafe for RawInputData
impl Send for RawInputData
impl Sync for RawInputData
impl Unpin for RawInputData
impl UnwindSafe for RawInputData
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