0.15.1 • Published 7 months ago
@lukso/lsp1-contracts v0.15.1
LSP1 Universal Receiver · 
Package for the LSP1 Universal Receiver standard.
Installation
npm install @lukso/lsp1-contractsAvailable Constants & Types
The @lukso/lsp1-contracts npm package contains useful constants such as interface IDs, and ERC725Y data keys related to the LSP1 Standard. You can import and access them as follows.
In Javascript.
import { INTERFACE_ID_LSP1, LSP1DataKeys } from "@lukso/lsp1-contracts";In Solidity.
import {
_INTERFACEID_LSP1,
_INTERFACEID_LSP1_DELEGATE,
_LSP1_UNIVERSAL_RECEIVER_DELEGATE_PREFIX,
_LSP1_UNIVERSAL_RECEIVER_DELEGATE_KEY
} from "@lukso/lsp1-contracts/contracts/LSP1Constants.sol";0.15.1
7 months ago
0.15.0
2 years ago
0.15.0-rc.5
2 years ago
0.15.0-rc.4
2 years ago
0.15.0-rc.1
2 years ago
0.15.0-rc.0
2 years ago