@lukso/lsp5-contracts
v0.16.3
Published
Package for the LSP5 Received Assets standard
Downloads
1,841
Readme
LSP5 Received Assets · 
npm package for the LSP5 Received Assets standard (ERC725Y data keys).
Installation
npm install @lukso/lsp5-contractsAvailable Constants & Types
The @lukso/lsp5-contracts npm package contains useful constants such as ERC725Y Data Keys related to the LSP5 Standard. You can import and access them as follows.
In JavaScript.
import { LSP5DataKeys } from "@lukso/lsp5-contracts";In Solidity.
import {
_LSP5_RECEIVED_ASSETS_ARRAY_KEY,
_LSP5_RECEIVED_ASSETS_MAP_KEY_PREFIX
} from "@lukso/lsp5-contracts/contracts/LSP5Constants.sol";