pub struct SignWithSchnorrResponse {
pub signature: Vec<u8>,
}
Expand description
Response Type of sign_with_schnorr.
Fields§
§signature: Vec<u8>
The encoding of the signature depends on the key ID’s algorithm.
Trait Implementations§
Source§impl CandidType for SignWithSchnorrResponse
impl CandidType for SignWithSchnorrResponse
Source§impl Clone for SignWithSchnorrResponse
impl Clone for SignWithSchnorrResponse
Source§fn clone(&self) -> SignWithSchnorrResponse
fn clone(&self) -> SignWithSchnorrResponse
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 SignWithSchnorrResponse
impl Debug for SignWithSchnorrResponse
Source§impl Default for SignWithSchnorrResponse
impl Default for SignWithSchnorrResponse
Source§fn default() -> SignWithSchnorrResponse
fn default() -> SignWithSchnorrResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SignWithSchnorrResponse
impl<'de> Deserialize<'de> for SignWithSchnorrResponse
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
Source§impl Hash for SignWithSchnorrResponse
impl Hash for SignWithSchnorrResponse
Source§impl Ord for SignWithSchnorrResponse
impl Ord for SignWithSchnorrResponse
Source§fn cmp(&self, other: &SignWithSchnorrResponse) -> Ordering
fn cmp(&self, other: &SignWithSchnorrResponse) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SignWithSchnorrResponse
impl PartialEq for SignWithSchnorrResponse
Source§impl PartialOrd for SignWithSchnorrResponse
impl PartialOrd for SignWithSchnorrResponse
Source§impl Serialize for SignWithSchnorrResponse
impl Serialize for SignWithSchnorrResponse
impl Eq for SignWithSchnorrResponse
impl StructuralPartialEq for SignWithSchnorrResponse
Auto Trait Implementations§
impl Freeze for SignWithSchnorrResponse
impl RefUnwindSafe for SignWithSchnorrResponse
impl Send for SignWithSchnorrResponse
impl Sync for SignWithSchnorrResponse
impl Unpin for SignWithSchnorrResponse
impl UnwindSafe for SignWithSchnorrResponse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)