Type Alias LocalWalletSignerMiddleware

Source
pub type LocalWalletSignerMiddleware = Arc<SingleOwnerAccount<Arc<JsonRpcClient<HttpTransport>>, LocalWallet>>;

Aliased Typeยง

struct LocalWalletSignerMiddleware { /* private fields */ }