Skip to main content

OnWalletCreate

Type Alias OnWalletCreate 

Source
pub type OnWalletCreate = dyn Fn(CreateWalletRequest) -> Pin<Box<dyn Future<Output = Result<ServerWallet>> + Send + 'static>> + Send + Sync;