Skip to content

Commit

Permalink
update DDO
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Oct 8, 2020
1 parent ca938c9 commit aa58431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/ddo/DDO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ export class DDO {

public proof: Proof

public dtBalance: number

public OceanBalance: number

public dtPrice: number

public constructor(ddo: Partial<DDO> = {}) {
Object.assign(this, ddo, {
created: (ddo && ddo.created) || new Date().toISOString().replace(/\.[0-9]{3}/, '')
Expand Down

0 comments on commit aa58431

Please sign in to comment.