UNPKG
@lukso/lsp2-contracts
Version:
latest (0.16.2)
rc (0.15.0-rc.5)
0.16.2
0.15.4
0.15.2
0.15.1
0.15.0
0.15.0-rc.5
0.15.0-rc.4
0.15.0-rc.1
0.15.0-rc.0
Package for the LSP2 ERC725Y JSON Schema standard
@lukso/lsp2-contracts
/
dist
/
index.d.ts
12 lines
(10 loc)
•
193 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
type
Verification
= {
method
:
string
;
data
:
string
;
source
?:
string
; };
type
LSP2ArrayKey
= {
length
:
string
;
index
:
string
; };
export
type
{
LSP2ArrayKey
,
Verification
};