0.15.0 • Published 1 year ago

@lukso/lsp9-contracts v0.15.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
1 year 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 follow:

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