Add deliveredAmount as optional field for type Outcome (#996)

This commit is contained in:
Daniel Chan
2019-04-12 08:13:42 +08:00
committed by Elliot Lee
parent 50fc36ec3e
commit bb40dbde9d

View File

@@ -82,6 +82,11 @@ export type Outcome = {
}[]
},
orderbookChanges: object,
deliveredAmount?: {
currency: string,
counterparty?: string,
value: string
},
timestamp?: string
}