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:
parent
0285c90d3c
commit
c690cf3465
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user