0.1.3 • Published 7 months ago

@lukso/lsp11-contracts v0.1.3

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

LSP11 Social Recovery

Package for the LSP11 Social Recovery standard.

Installation

npm install @lukso/lsp11-contracts

Available 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";