0.0.12 • Published 1 year ago

@nexus-wallet-backup/ownership-providers v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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;
  }
}