@lukso/lsp9-contracts
v0.15.0
Published
Package for the LSP9 Vault standard
Downloads
841
Readme
LSP9 Vault ·
Package for the LSP9 Vault standard.
Installation
npm install @lukso/lsp9-contracts
Available Constants & Types
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";