pub struct Probe { /* private fields */ }Expand description
A Probe — a post-quantum identity that can sign blocks and transactions.
Implementations§
Source§impl Probe
impl Probe
Sourcepub fn verifying_key(&self) -> VerifyingKey<MlDsa65>
pub fn verifying_key(&self) -> VerifyingKey<MlDsa65>
The Probe’s verifying (public) key.
Sourcepub fn pubkey_hex(&self) -> String
pub fn pubkey_hex(&self) -> String
Hex-encoded ML-DSA verifying key — the Probe’s on-chain public identity.
Auto Trait Implementations§
impl Freeze for Probe
impl RefUnwindSafe for Probe
impl Send for Probe
impl Sync for Probe
impl Unpin for Probe
impl UnsafeUnpin for Probe
impl UnwindSafe for Probe
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