Struct ic_cdk::api::management_canister::ecdsa::EcdsaPublicKeyResponse
source · pub struct EcdsaPublicKeyResponse {
pub public_key: Vec<u8>,
pub chain_code: Vec<u8>,
}
Expand description
Response Type of ecdsa_public_key.
Fields§
§public_key: Vec<u8>
An ECDSA public key encoded in SEC1 compressed form.
chain_code: Vec<u8>
Can be used to deterministically derive child keys of the public_key.
Trait Implementations§
source§impl CandidType for EcdsaPublicKeyResponse
impl CandidType for EcdsaPublicKeyResponse
source§impl Clone for EcdsaPublicKeyResponse
impl Clone for EcdsaPublicKeyResponse
source§fn clone(&self) -> EcdsaPublicKeyResponse
fn clone(&self) -> EcdsaPublicKeyResponse
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 EcdsaPublicKeyResponse
impl Debug for EcdsaPublicKeyResponse
source§impl Default for EcdsaPublicKeyResponse
impl Default for EcdsaPublicKeyResponse
source§fn default() -> EcdsaPublicKeyResponse
fn default() -> EcdsaPublicKeyResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for EcdsaPublicKeyResponse
impl<'de> Deserialize<'de> for EcdsaPublicKeyResponse
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 EcdsaPublicKeyResponse
impl Hash for EcdsaPublicKeyResponse
source§impl Ord for EcdsaPublicKeyResponse
impl Ord for EcdsaPublicKeyResponse
source§fn cmp(&self, other: &EcdsaPublicKeyResponse) -> Ordering
fn cmp(&self, other: &EcdsaPublicKeyResponse) -> 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 EcdsaPublicKeyResponse
impl PartialEq for EcdsaPublicKeyResponse
source§impl PartialOrd for EcdsaPublicKeyResponse
impl PartialOrd for EcdsaPublicKeyResponse
source§impl Serialize for EcdsaPublicKeyResponse
impl Serialize for EcdsaPublicKeyResponse
impl Eq for EcdsaPublicKeyResponse
impl StructuralPartialEq for EcdsaPublicKeyResponse
Auto Trait Implementations§
impl Freeze for EcdsaPublicKeyResponse
impl RefUnwindSafe for EcdsaPublicKeyResponse
impl Send for EcdsaPublicKeyResponse
impl Sync for EcdsaPublicKeyResponse
impl Unpin for EcdsaPublicKeyResponse
impl UnwindSafe for EcdsaPublicKeyResponse
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
)