@lukso/lsp25-contracts
TypeScript icon, indicating that this package has built-in type declarations

0.15.1 • Public • Published

LSP25 Execute Relay Call · npm version

Package for the LSP25 Execute Relay Call standard.

Installation

npm i @lukso/lsp25-contracts

Available Constants & Types

The @lukso/lsp25-contracts npm package contains useful constants such as interface IDs, and specific constants related to the LSP25 Standard. You can import and access them as follows.

In Javascript.

import { LSP25_VERSION, INTERFACE_ID_LSP25 } from "@lukso/lsp25-contracts";

In Solidity.

import {
    _INTERFACEID_LSP25,
    LSP25_VERSION
} from "@lukso/lsp25-contracts/contracts/LSP25Constants.sol";

Package Sidebar

Install

npm i @lukso/lsp25-contracts

Weekly Downloads

294

Version

0.15.1

License

Apache-2.0

Unpacked Size

24 kB

Total Files

16

Last publish

Collaborators

  • frozeman
  • lukso-network