@lukso/lsp0-contracts
v0.15.0
Published
Package for the LSP0ERC725Account standard
Downloads
972
Readme
LSP0 ERC725Account ·
Package for the LSP0 ERC725Account standard.
Installation
npm install @lukso/lsp0-contracts
Available 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";