@nexus-wallet-backup/protocol
v0.0.12
Published
Nexus Wallet Protocol
Downloads
21
Readme
@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;
}
}