@lukso/lsp4-contracts
v0.15.0
Published
Package for the LSP4 Digital Asset Metadata standard
Downloads
875
Readme
LSP4 Digital Asset Metadata ·
Package for the LSP4 Digital Asset Metadata standard.
Installation
npm install @lukso/lsp4-contracts
Available Constants & Types
The @lukso/lsp4-contracts
npm package contains useful constants such as ERC725Y Data Keys related to the LSP4 Standard. You can import and access them as follow:
import {
LSP4_TOKEN_TYPES,
LSP4SupportedStandard,
LSP4DataKeys,
LSP4DigitalAssetMetadataJSON,
LSP4DigitalAssetMetadata,
LinkMetadata,
ImageMetadata,
AssetMetadata,
AttributeMetadata,
} from "@lukso/lsp4-contracts";