0.1.3 • Published 7 months ago
@lukso/lsp11-contracts v0.1.3
LSP11 Social Recovery
Package for the LSP11 Social Recovery standard.
Installation
npm install @lukso/lsp11-contractsAvailable Constants & Types
The @lukso/lsp11-contracts npm package contains useful constants such as interface ID related to the LSP11 standard. You can import and access them as follows.
In Javascript.
import { INTERFACE_ID_LSP11 } from "@lukso/lsp11-contracts";In Solidity.
import {
_INTERFACEID_LSP11,
LSP11_VERSION
} from "@lukso/lsp11-contracts/contracts/LSP11Constants.sol";