pub struct SignedTx {
pub hash: String,
pub submit: SubmitParams,
/* private fields */
}Expand description
A signed transaction ready for submission.
Fields§
§hash: StringResolved transaction hash.
submit: SubmitParamsSubmit parameters including witnesses.
Implementations§
Auto Trait Implementations§
impl Freeze for SignedTx
impl !RefUnwindSafe for SignedTx
impl Send for SignedTx
impl Sync for SignedTx
impl Unpin for SignedTx
impl UnsafeUnpin for SignedTx
impl !UnwindSafe for SignedTx
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