We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
authentication_status
1 parent c859a5a commit c19f497Copy full SHA for c19f497
mithril-common/src/entities/single_signatures.rs
@@ -29,6 +29,7 @@ pub struct SingleSignatures {
29
pub signed_message: Option<String>,
30
31
/// Status of the authentication of the signer that emitted the signature
32
+ #[serde(skip)]
33
pub authentication_status: SingleSignatureAuthenticationStatus,
34
}
35
0 commit comments