pub struct SignActionSpend {
pub unlocking_script: Vec<u8>,
pub sequence_number: Option<u32>,
}Expand description
Unlocking script and sequence number for a specific input.
Fields§
§unlocking_script: Vec<u8>§sequence_number: Option<u32>Trait Implementations§
Source§impl Clone for SignActionSpend
impl Clone for SignActionSpend
Source§fn clone(&self) -> SignActionSpend
fn clone(&self) -> SignActionSpend
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignActionSpend
impl RefUnwindSafe for SignActionSpend
impl Send for SignActionSpend
impl Sync for SignActionSpend
impl Unpin for SignActionSpend
impl UnsafeUnpin for SignActionSpend
impl UnwindSafe for SignActionSpend
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