pub struct InternalizeActionArgs {
pub tx: Vec<u8>,
pub description: String,
pub labels: Vec<LabelStringUnder300Bytes>,
pub seek_permission: BooleanDefaultTrue,
pub outputs: Vec<InternalizeOutput>,
}Expand description
Arguments for importing an external transaction into the wallet.
Fields§
§tx: Vec<u8>§description: String§labels: Vec<LabelStringUnder300Bytes>§seek_permission: BooleanDefaultTrue§outputs: Vec<InternalizeOutput>Trait Implementations§
Source§impl Clone for InternalizeActionArgs
impl Clone for InternalizeActionArgs
Source§fn clone(&self) -> InternalizeActionArgs
fn clone(&self) -> InternalizeActionArgs
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 InternalizeActionArgs
impl !RefUnwindSafe for InternalizeActionArgs
impl Send for InternalizeActionArgs
impl Sync for InternalizeActionArgs
impl Unpin for InternalizeActionArgs
impl UnsafeUnpin for InternalizeActionArgs
impl !UnwindSafe for InternalizeActionArgs
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