UNPKG
@cryptovoxels/marketplace-js
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
0.1.0-beta.0
A simple JS sdk to interact with Voxels' marketplace
github.com/cryptovoxels/Voxels-Marketplace-js
@cryptovoxels/marketplace-js
/
dist
/
lib
/
contracts
/
factories
/
index.d.ts
5 lines
(4 loc)
•
274 B
TypeScript
View Raw
1
2
3
4
5
export
{
Approval
__factory }
from
"./Approval__factory"
;
export
{
Marketplacev1
__factory }
from
"./Marketplacev1__factory"
;
export
{
SupportsInterface
__factory }
from
"./SupportsInterface__factory"
;
export
{
WrapperRegistry
__factory }
from
"./WrapperRegistry__factory"
;