1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

return string on register method because we dont need that asset back but the asset id.

This commit is contained in:
Sebastian Gerske 2018-10-17 10:36:00 +02:00
parent 0285c90d3c
commit c690cf3465

View File

@ -1,13 +1,11 @@
import Asset from "./ocean/Asset"
import Ocean from "./ocean/Ocean"
import Order from "./ocean/Order"
import Account from "./ocean/Order"
import Asset from "./ocean/Order"
import Logger from "./utils/Logger"
export {
Ocean,
Order,
Asset,
Account,
Logger,
}