Skip to main content

DAppConnectorProvingAPI

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


Midnight.js API Reference / @midnight-ntwrk/midnight-js-dapp-connector-proof-provider / DAppConnectorProvingAPI

Type Alias: DAppConnectorProvingAPI

DAppConnectorProvingAPI = Pick<WalletConnectedAPI, "getProvingProvider">

Minimal interface required from the DApp Connector wallet.

Remarks

Picks only WalletConnectedAPI.getProvingProvider | getProvingProvider from the full wallet API, allowing loose coupling between the framework and the wallet implementation.