Struct vls_protocol::msgs::HsmdInitReplyV1
source · pub struct HsmdInitReplyV1 {
pub node_id: PubKey,
pub bip32: ExtKey,
pub bolt12: PubKey32,
pub onion_reply_secret: Secret,
}
👎Deprecated
Expand description
deprecated in CLN
Fields§
§node_id: PubKey
👎Deprecated
§bip32: ExtKey
👎Deprecated
§bolt12: PubKey32
👎Deprecated
§onion_reply_secret: Secret
👎Deprecated
Trait Implementations§
source§impl DeBolt for HsmdInitReplyV1
impl DeBolt for HsmdInitReplyV1
source§impl Debug for HsmdInitReplyV1
impl Debug for HsmdInitReplyV1
source§impl<'de> Deserialize<'de> for HsmdInitReplyV1
impl<'de> Deserialize<'de> for HsmdInitReplyV1
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more