Package for the LSP9 Vault standard.
npm install @lukso/lsp9-contracts
The @lukso/lsp9-contracts
npm package contains useful constants such as InterfaceIds, ERC725Y Data Keys related to the LSP9 Standard. You can import and access them as follow:
import {
OPERATION_TYPES,
INTERFACE_ID_LSP9,
LSP9_TYPE_IDS,
LSP9DataKeys,
LSP9SupportedStandard,
} from "@lukso/lsp9-contracts";