pub struct Prepared {
pub spend: Spend,
pub event: Event,
}Expand description
A signed transaction and the signed event that carries it.
Fields§
§spend: SpendThe wallet’s spend or burn.
event: EventKind 23500, tagged with the chain, content the transaction hex, signed by the agent’s key.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Prepared
impl RefUnwindSafe for Prepared
impl Send for Prepared
impl Sync for Prepared
impl Unpin for Prepared
impl UnsafeUnpin for Prepared
impl UnwindSafe for Prepared
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