Struct lightning_signer::policy::validator::CommitmentSignatures
source · pub struct CommitmentSignatures(pub Signature, pub Vec<Signature>);
Expand description
Signatures for a commitment transaction
Tuple Fields§
§0: Signature
§1: Vec<Signature>
Trait Implementations§
source§impl Clone for CommitmentSignatures
impl Clone for CommitmentSignatures
source§fn clone(&self) -> CommitmentSignatures
fn clone(&self) -> CommitmentSignatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CommitmentSignatures
impl Debug for CommitmentSignatures
source§impl<'de> Deserialize<'de> for CommitmentSignatures
impl<'de> Deserialize<'de> for CommitmentSignatures
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