0.15.1 • Published 7 months ago

@lukso/lsp12-contracts v0.15.1

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

· npm version

Package for the LSP12 Issued Assets standard.

Installation

npm install @lukso/lsp12-contracts

Available Constants & Types

The @lukso/lsp12-contracts npm package contains useful constants such as ERC725Y Data Keys related to the LSP12 Standard. You can import and access them as follows.

In Javascript.

import { LSP12DataKeys } from "@lukso/lsp12-contracts";

In Solidity.

import {
    _LSP12_ISSUED_ASSETS_ARRAY_KEY,
    _LSP12_ISSUED_ASSETS_MAP_KEY_PREFIX
} from "@lukso/lsp12-contracts/contracts/LSP12Constants.sol";
0.15.1

7 months ago

0.15.0

2 years ago

0.15.0-rc.5

2 years ago

0.15.0-rc.4

2 years ago

0.15.0-rc.1

2 years ago

0.15.0-rc.0

2 years ago