@nexus-wallet-backup/providers
This package contains a set of TypeScript definitions for the Nexus Wallet protocol, such as primitives, callable functions, and events.
window.ckb
To use the protocol in your TypeScript project
declare global {
interface Window {
ckb: InjectedCkb;
}
}