0.15.1 • Published 7 months ago

@lukso/lsp9-contracts v0.15.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
7 months ago

LSP9 Vault · npm version

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 follows.

import {
  OPERATION_TYPES,
  INTERFACE_ID_LSP9,
  LSP9_TYPE_IDS,
  LSP9DataKeys,
  LSP9SupportedStandard,
} from "@lukso/lsp9-contracts";