0.1.7 • Published 1 year ago
@lukso/lsp26-contracts
Licence
Apache-2.0
Version
0.1.7
Deps
3
Size
81 kB
Vulns
0
Weekly
0
LSP26 Follower System · 
Package for the LSP26 Follower System standard.
Installation
npm i @lukso/lsp26-contracts
Available Constants & Types
The @lukso/lsp26-contracts npm package contains useful constants such as interface IDs, and specific constants related to the LSP26 Standard. You can import and access them as follows.
In Javascript.
import { INTERFACE_ID_LSP26, LSP26_TYPE_IDS } from "@lukso/lsp26-contracts";
In Solidity.
import {
_INTERFACEID_LSP26,
_TYPEID_LSP26_FOLLOW,
_TYPEID_LSP26_UNFOLLOW
} from "@lukso/lsp26-contracts/contracts/LSP26Constants.sol";