pub struct ECK1(/* private fields */);
Expand description
The 64-byte public key (x, y) recovered from 64-byte signature on 32-byte message hash.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for ECK1
impl<'de> Deserialize<'de> for ECK1
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 From<ECK1> for Instruction
impl From<ECK1> for Instruction
source§impl FromWasmAbi for ECK1
impl FromWasmAbi for ECK1
source§impl IntoWasmAbi for ECK1
impl IntoWasmAbi for ECK1
source§impl LongRefFromWasmAbi for ECK1
impl LongRefFromWasmAbi for ECK1
source§impl OptionFromWasmAbi for ECK1
impl OptionFromWasmAbi for ECK1
source§impl OptionIntoWasmAbi for ECK1
impl OptionIntoWasmAbi for ECK1
source§impl RefFromWasmAbi for ECK1
impl RefFromWasmAbi for ECK1
source§impl RefMutFromWasmAbi for ECK1
impl RefMutFromWasmAbi for ECK1
source§impl TryFromJsValue for ECK1
impl TryFromJsValue for ECK1
source§impl VectorFromWasmAbi for ECK1
impl VectorFromWasmAbi for ECK1
source§impl VectorIntoWasmAbi for ECK1
impl VectorIntoWasmAbi for ECK1
impl Copy for ECK1
impl Eq for ECK1
impl StructuralPartialEq for ECK1
Auto Trait Implementations§
impl Freeze for ECK1
impl RefUnwindSafe for ECK1
impl Send for ECK1
impl Sync for ECK1
impl Unpin for ECK1
impl UnwindSafe for ECK1
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
)source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.