0.0.12 • Published 2 years ago

@nexus-wallet-backup/protocol v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@nexus-wallet-backup/protocol

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