Struct achievement::ecdsa::SignatureVerificationReply
source · pub struct SignatureVerificationReply {
pub is_signature_valid: bool,
}
Expand description
Response indicating whether a signature is valid.
Fields§
§is_signature_valid: bool
Trait Implementations§
source§impl CandidType for SignatureVerificationReply
impl CandidType for SignatureVerificationReply
source§impl Debug for SignatureVerificationReply
impl Debug for SignatureVerificationReply
Auto Trait Implementations§
impl RefUnwindSafe for SignatureVerificationReply
impl Send for SignatureVerificationReply
impl Sync for SignatureVerificationReply
impl Unpin for SignatureVerificationReply
impl UnwindSafe for SignatureVerificationReply
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