Package Exports
- @lukso/lsp0-contracts
- @lukso/lsp0-contracts/artifacts/LSP0ERC725Account.json
- @lukso/lsp0-contracts/artifacts/LSP0ERC725AccountInit.json
- @lukso/lsp0-contracts/package.json
Readme
LSP0 ERC725Account · 
Package for the LSP0 ERC725Account standard.
Installation
npm install @lukso/lsp0-contractsAvailable Constants & Types
The @lukso/lsp0-contracts npm package contains useful constants such as InterfaceIds, and ERC725Y Data Keys related to the LSP0 Standard. You can import and access them as follow:
import {
INTERFACE_ID_LSP0,
OPERATION_TYPES,
LSP0_TYPE_IDS,
ERC1271_VALUES,
} from "@lukso/lsp0-contracts";