pub struct FullTxV2 {
pub tx: FullTx,
pub alt_incomplete: bool,
pub loaded_writable: Vec<[u8; 32]>,
pub loaded_readonly: Vec<[u8; 32]>,
}Expand description
A decoded v2 transaction frame: the v1 body plus its v2 additions.
Fields§
§tx: FullTx§alt_incomplete: bool§loaded_writable: Vec<[u8; 32]>§loaded_readonly: Vec<[u8; 32]>Trait Implementations§
impl Eq for FullTxV2
impl StructuralPartialEq for FullTxV2
Auto Trait Implementations§
impl Freeze for FullTxV2
impl RefUnwindSafe for FullTxV2
impl Send for FullTxV2
impl Sync for FullTxV2
impl Unpin for FullTxV2
impl UnsafeUnpin for FullTxV2
impl UnwindSafe for FullTxV2
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