Struct ic_web3_rs::ic::KeyInfo
source · pub struct KeyInfo {
pub derivation_path: Vec<Vec<u8>>,
pub key_name: String,
pub ecdsa_sign_cycles: Option<u64>,
}
Fields§
§derivation_path: Vec<Vec<u8>>
§key_name: String
§ecdsa_sign_cycles: Option<u64>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for KeyInfo
impl Send for KeyInfo
impl Sync for KeyInfo
impl Unpin for KeyInfo
impl UnwindSafe for KeyInfo
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