0.1.3 • Published 8 months ago

@lukso/lsp26-contracts v0.1.3

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

LSP26 Follower System · npm version

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