lsp17-contracts: v0.15.0
0.15.0 (2024-04-05)
Package for the LSP17 Extensions, that includes the following extensions:
- the
Extension4337
extension, which contains thevalidateUserOp
function from theERC4337
standard. - the
OnERC721ReceivedExtension
extension that contains theonERC721Received
function from theERC721
standard.
Installation
npm install @lukso/lsp17-contracts
Available Constants & Types
The @lukso/lsp17-contracts
npm package contains useful constants such as InterfaceIds related to the LSP17 Extensions. You can import and access them as follow:
import { INTERFACE_ID_LSP17Extension } from "@lukso/lsp17-contracts";
Miscellaneous Chores
- release lsp-smart-contracts 0.15.0 (fbbd048)