Struct vls_protocol::msgs::SignBolt12
source · pub struct SignBolt12 {
pub message_name: WireString,
pub field_name: WireString,
pub merkle_root: Sha256,
pub public_tweak: Octets,
}
Expand description
SignBolt12
Fields§
§message_name: WireString
§field_name: WireString
§merkle_root: Sha256
§public_tweak: Octets
Trait Implementations§
source§impl BigEndianEncodable for SignBolt12
impl BigEndianEncodable for SignBolt12
source§impl DeBolt for SignBolt12
impl DeBolt for SignBolt12
source§impl Debug for SignBolt12
impl Debug for SignBolt12
source§impl Decodable for SignBolt12
impl Decodable for SignBolt12
source§impl Encodable for SignBolt12
impl Encodable for SignBolt12
Auto Trait Implementations§
impl RefUnwindSafe for SignBolt12
impl Send for SignBolt12
impl Sync for SignBolt12
impl Unpin for SignBolt12
impl UnwindSafe for SignBolt12
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