pub struct SignerClient { /* private fields */ }Implementations§
Source§impl SignerClient
impl SignerClient
Sourcepub async fn get_public_key(&self) -> Result<Vec<u8>>
pub async fn get_public_key(&self) -> Result<Vec<u8>>
Get the public key
Sourcepub async fn sign_full(&self, message: Vec<u8>) -> Result<SignResponse>
pub async fn sign_full(&self, message: Vec<u8>) -> Result<SignResponse>
Get the full sign response
Sourcepub async fn get_public_full(&self) -> Result<GetPublicResponse>
pub async fn get_public_full(&self) -> Result<GetPublicResponse>
Get the full public key response
Auto Trait Implementations§
impl !Freeze for SignerClient
impl !RefUnwindSafe for SignerClient
impl Send for SignerClient
impl Sync for SignerClient
impl Unpin for SignerClient
impl !UnwindSafe for SignerClient
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request