Struct dlc_manager::contract::FailedSignContract
source · pub struct FailedSignContract {
pub accepted_contract: AcceptedContract,
pub sign_message: SignDlc,
pub error_message: String,
}Expand description
Information about a contract that failed while verifying a sign message.
Fields§
§accepted_contract: AcceptedContractThe accepted contract that was signed.
sign_message: SignDlcThe sign message that was received.
error_message: StringThe error message that was generated.
Trait Implementations§
source§impl Clone for FailedSignContract
impl Clone for FailedSignContract
source§fn clone(&self) -> FailedSignContract
fn clone(&self) -> FailedSignContract
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 more