@lukso/lsp12-contracts
v0.16.3
Published
Package for the LSP12 Issued Assets standard
Readme
LSP12 Issued Assets · 
npm package for the LSP12 Issued Assets standard (ERC725Y data keys).
Installation
npm install @lukso/lsp12-contractsAvailable Constants & Types
The @lukso/lsp12-contracts npm package contains useful constants such as ERC725Y Data Keys related to the LSP12 Standard. You can import and access them as follows.
In JavaScript.
import { LSP12DataKeys } from "@lukso/lsp12-contracts";In Solidity.
import {
_LSP12_ISSUED_ASSETS_ARRAY_KEY,
_LSP12_ISSUED_ASSETS_MAP_KEY_PREFIX
} from "@lukso/lsp12-contracts/contracts/LSP12Constants.sol";