@midnight-ntwrk/dapp-connector-api
v3.0.0
Published
Midnight DApp Connector API
Readme
⚠️ This repo hasn't been fully migrated yet - please use https://github.com/input-output-hk/midnight-dapp-connector-api instead
Midnight DApp connector API
Definition of the Midnight DApp connector interface.
Structure
This package declares a set of TypeScript interfaces. All of them can be found in src/ directory:
api.ts- To the interface that's exposed to dappserrors.ts- Errors thrown from the exposed api
Documentation
To generate documentation files in docs folder:
yarn build:docsGlobal Variables Exposure
This package declares a global variable in the window.midnight.{walletName} scope.
The package needs to be imported in the project or the (typeRoots)[https://www.typescriptlang.org/tsconfig#typeRoots] needs to be configured to load the global variable declaration.
