UNPKG
@vaimee/my3sec-contracts
Version:
latest (0.6.0)
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.7
0.4.6
0.4.5
0.4.3
0.4.3-bis
0.4.2
0.4.1
A set of contracts that implements the My3Sec protocol
github.com/vaimee/my3sec
vaimee/my3sec
@vaimee/my3sec-contracts
/
dist
/
@openzeppelin
/
contracts
/
token
/
ERC721
/
index.d.ts
6 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
*
as
extensions
from
"./extensions"
;
export
type
{ extensions };
export
type
{
ERC721
}
from
"./ERC721"
;
export
type
{
IERC721
}
from
"./IERC721"
;
export
type
{
IERC721Receiver
}
from
"./IERC721Receiver"
;