pub struct CreateLocalDidOptions {
pub method: String,
pub options: KeyType,
}
Expand description
Options that are supplied when querying a wallet for DIDs
Fields§
§method: String
DID method to query for. e.g. sov to only fetch indy/sov DIDs Available values : key, sov
options: KeyType
The key type to query for eg. ed25519, bls12381g2
Trait Implementations§
Source§impl Debug for CreateLocalDidOptions
impl Debug for CreateLocalDidOptions
Source§impl<'de> Deserialize<'de> for CreateLocalDidOptions
impl<'de> Deserialize<'de> for CreateLocalDidOptions
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
Auto Trait Implementations§
impl Freeze for CreateLocalDidOptions
impl RefUnwindSafe for CreateLocalDidOptions
impl Send for CreateLocalDidOptions
impl Sync for CreateLocalDidOptions
impl Unpin for CreateLocalDidOptions
impl UnwindSafe for CreateLocalDidOptions
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