Struct ic_cdk::api::management_canister::ecdsa::SignWithEcdsaArgument
source · pub struct SignWithEcdsaArgument {
pub message_hash: Vec<u8>,
pub derivation_path: Vec<Vec<u8>>,
pub key_id: EcdsaKeyId,
}
Expand description
Argument type of sign_with_ecdsa.
Fields§
§message_hash: Vec<u8>
Hash of the message with length of 32 bytes.
derivation_path: Vec<Vec<u8>>
A vector of variable length byte strings.
key_id: EcdsaKeyId
See EcdsaKeyId.
Trait Implementations§
source§impl CandidType for SignWithEcdsaArgument
impl CandidType for SignWithEcdsaArgument
source§impl Clone for SignWithEcdsaArgument
impl Clone for SignWithEcdsaArgument
source§fn clone(&self) -> SignWithEcdsaArgument
fn clone(&self) -> SignWithEcdsaArgument
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 SignWithEcdsaArgument
impl Debug for SignWithEcdsaArgument
source§impl Default for SignWithEcdsaArgument
impl Default for SignWithEcdsaArgument
source§fn default() -> SignWithEcdsaArgument
fn default() -> SignWithEcdsaArgument
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for SignWithEcdsaArgument
impl<'de> Deserialize<'de> for SignWithEcdsaArgument
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 SignWithEcdsaArgument
impl Hash for SignWithEcdsaArgument
source§impl Ord for SignWithEcdsaArgument
impl Ord for SignWithEcdsaArgument
source§fn cmp(&self, other: &SignWithEcdsaArgument) -> Ordering
fn cmp(&self, other: &SignWithEcdsaArgument) -> 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 SignWithEcdsaArgument
impl PartialEq for SignWithEcdsaArgument
source§impl PartialOrd for SignWithEcdsaArgument
impl PartialOrd for SignWithEcdsaArgument
source§impl Serialize for SignWithEcdsaArgument
impl Serialize for SignWithEcdsaArgument
impl Eq for SignWithEcdsaArgument
impl StructuralPartialEq for SignWithEcdsaArgument
Auto Trait Implementations§
impl Freeze for SignWithEcdsaArgument
impl RefUnwindSafe for SignWithEcdsaArgument
impl Send for SignWithEcdsaArgument
impl Sync for SignWithEcdsaArgument
impl Unpin for SignWithEcdsaArgument
impl UnwindSafe for SignWithEcdsaArgument
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
)