Skip to main content

AsyncSigner

Type Alias AsyncSigner 

Source
pub type AsyncSigner = Box<dyn Fn(String) -> Pin<Box<dyn Future<Output = Vec<u8>> + Send>>>;
Expand description

Async signer, use for non-wasm envirement, Send is necessary

Aliased Typeยง

pub struct AsyncSigner(/* private fields */);