pub struct SignWithECDSA {
pub message_hash: Vec<u8>,
pub derivation_path: Vec<Vec<u8>>,
pub key_id: EcdsaKeyId,
}
Fields§
§message_hash: Vec<u8>
§derivation_path: Vec<Vec<u8>>
§key_id: EcdsaKeyId
Trait Implementations§
source§impl CandidType for SignWithECDSA
impl CandidType for SignWithECDSA
source§impl Debug for SignWithECDSA
impl Debug for SignWithECDSA
Auto Trait Implementations§
impl Freeze for SignWithECDSA
impl RefUnwindSafe for SignWithECDSA
impl Send for SignWithECDSA
impl Sync for SignWithECDSA
impl Unpin for SignWithECDSA
impl UnwindSafe for SignWithECDSA
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