Struct vls_protocol::msgs::AddBlock
source · pub struct AddBlock {
pub header: Octets,
pub unspent_proof: Option<DebugTxoProof>,
}
Fields§
§header: Octets
Bitcoin consensus encoded
unspent_proof: Option<DebugTxoProof>
Bitcoin consensus encoded TXOO TxoProof
Trait Implementations§
source§impl BigEndianEncodable for AddBlock
impl BigEndianEncodable for AddBlock
Auto Trait Implementations§
impl RefUnwindSafe for AddBlock
impl Send for AddBlock
impl Sync for AddBlock
impl Unpin for AddBlock
impl UnwindSafe for AddBlock
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