pub struct ZeldInput {
pub utxo_key: UtxoKey,
}Expand description
Represents a transaction input with ZELD-relevant data.
Fields§
§utxo_key: UtxoKeyKey of the UTXO being spent.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZeldInput
impl RefUnwindSafe for ZeldInput
impl Send for ZeldInput
impl Sync for ZeldInput
impl Unpin for ZeldInput
impl UnwindSafe for ZeldInput
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