JSPM

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

Package for the LSP20 Call Verification standard

Package Exports

  • @lukso/lsp20-contracts
  • @lukso/lsp20-contracts/artifacts/ILSP20CallVerifier.json
  • @lukso/lsp20-contracts/artifacts/LSP20CallVerification.json
  • @lukso/lsp20-contracts/package.json

Readme

LSP20 Call Verification · npm version

Package for the LSP20 Call Verification standard.

Installation

npm i @lukso/lsp20-contracts

Available Constants & Types

The @lukso/lsp20-contracts npm package contains useful constants such as InterfaceIds, and specific constants related to the LSP20 Standard. You can import and access them as follow:

import {
  LSP20_SUCCESS_VALUES,
  INTERFACE_ID_LSP20CallVerifier,
  INTERFACE_ID_LSP20CallVerification,
} from "@lukso/lsp20-contracts";