0.15.1 • Published 7 months ago
@lukso/lsp14-contracts v0.15.1
LSP14 Ownable 2 Step · 
Package for the LSP14 Ownable 2 Step standard.
Installation
npm install @lukso/lsp14-contractsAvailable Constants & Types
The @lukso/lsp14-contracts npm package contains useful constants such as interface IDs, and ERC725Y data keys related to the LSP14 Standard. You can import and access them as follows.
In Javascript.
import { LSP14_TYPE_IDS, INTERFACE_ID_LSP14 } from "@lukso/lsp14-contracts";In Solidity.
import {
_INTERFACEID_LSP14,
_TYPEID_LSP14_OwnershipTransferStarted,
_TYPEID_LSP14_OwnershipTransferred_SenderNotification,
_TYPEID_LSP14_OwnershipTransferred_RecipientNotification
} from "@lukso/lsp14-contracts/contracts/LSP14Constants.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