JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 125
  • Score
    100M100P100Q90682F
  • License Apache-2.0

Package for the LSP6 Key Manager standard

Package Exports

  • @lukso/lsp6-contracts
  • @lukso/lsp6-contracts/artifacts/ILSP6KeyManager.json
  • @lukso/lsp6-contracts/artifacts/LSP6KeyManager.json
  • @lukso/lsp6-contracts/artifacts/LSP6KeyManagerInit.json
  • @lukso/lsp6-contracts/package.json

Readme

LSP6 Key Manager · npm version

Package for the LSP6 Key Manager standard, to enable granting multiple permissions to controllers.

Installation

npm install @lukso/lsp6-contracts

Available Constants & Types

The @lukso/lsp6-contracts npm package contains useful constants such as InterfaceIds or ERC725Y Data Keys related to the LSP6 Standard. You can import and access them as follow:

import {
  INTERFACE_ID_LSP6,
  LSP6DataKeys,
  ERC1271_VALUES,
  CALLTYPE,
  ALL_PERMISSIONS,
  PERMISSIONS,
  LSP6PermissionName,
} from "@lukso/lsp6-contracts";