Skip to content

Latest commit

 

History

History

lsp9-contracts

LSP9 Vault · npm version

Package for the LSP9 Vault standard.

Installation

npm install @lukso/lsp9-contracts

Available Constants & Types

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

import {
  OPERATION_TYPES,
  INTERFACE_ID_LSP9,
  LSP9_TYPE_IDS,
  LSP9DataKeys,
  LSP9SupportedStandard,
} from "@lukso/lsp9-contracts";