Struct vls_protocol::msgs::RemoveBlock
source · pub struct RemoveBlock {
pub unspent_proof: Option<LargeOctets>,
}
Fields§
§unspent_proof: Option<LargeOctets>
Bitcoin consensus encoded TXOO TxoProof
Trait Implementations§
source§impl BigEndianEncodable for RemoveBlock
impl BigEndianEncodable for RemoveBlock
source§impl DeBolt for RemoveBlock
impl DeBolt for RemoveBlock
source§impl Debug for RemoveBlock
impl Debug for RemoveBlock
source§impl Decodable for RemoveBlock
impl Decodable for RemoveBlock
source§impl Encodable for RemoveBlock
impl Encodable for RemoveBlock
Auto Trait Implementations§
impl RefUnwindSafe for RemoveBlock
impl Send for RemoveBlock
impl Sync for RemoveBlock
impl Unpin for RemoveBlock
impl UnwindSafe for RemoveBlock
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