pub struct SignActionArgs {
pub reference: Vec<u8>,
pub spends: HashMap<u32, SignActionSpend>,
pub options: Option<SignActionOptions>,
}Expand description
Arguments for signing a previously created transaction.
Fields§
§reference: Vec<u8>§spends: HashMap<u32, SignActionSpend>§options: Option<SignActionOptions>Trait Implementations§
Source§impl Clone for SignActionArgs
impl Clone for SignActionArgs
Source§fn clone(&self) -> SignActionArgs
fn clone(&self) -> SignActionArgs
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 SignActionArgs
impl RefUnwindSafe for SignActionArgs
impl Send for SignActionArgs
impl Sync for SignActionArgs
impl Unpin for SignActionArgs
impl UnsafeUnpin for SignActionArgs
impl UnwindSafe for SignActionArgs
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