Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 591 Bytes

File metadata and controls

17 lines (11 loc) · 591 Bytes

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 InterfaceIds, and specific constants related to the LSP25 Standard. You can import and access them as follow:

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