mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
remove blob from DataTokenInfo
This commit is contained in:
parent
444a2e8c36
commit
af28c19e4e
@ -2,7 +2,6 @@ export interface DataTokenInfo {
|
|||||||
address: string
|
address: string
|
||||||
name: string
|
name: string
|
||||||
symbol: string
|
symbol: string
|
||||||
blob: string
|
|
||||||
decimals?: number
|
decimals?: number
|
||||||
totalSupply?: number
|
totalSupply?: number
|
||||||
cap?: number
|
cap?: number
|
||||||
|
@ -184,7 +184,6 @@ export class Assets extends Instantiable {
|
|||||||
name: await datatokens.getName(dtAddress),
|
name: await datatokens.getName(dtAddress),
|
||||||
symbol: await datatokens.getSymbol(dtAddress),
|
symbol: await datatokens.getSymbol(dtAddress),
|
||||||
address: dtAddress,
|
address: dtAddress,
|
||||||
blob: await datatokens.getBlob(dtAddress),
|
|
||||||
cap: parseFloat(await datatokens.getCap(dtAddress))
|
cap: parseFloat(await datatokens.getCap(dtAddress))
|
||||||
}
|
}
|
||||||
this.logger.log('Storing DDO')
|
this.logger.log('Storing DDO')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user