Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
feat(Trade): add transferOut getter
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed Sep 19, 2017
1 parent f60d0cc commit 157501d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/trade.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ class Trade {

get transferIn () { return this._transferIn; }

get transferOut () { return this._transferOut; }

get iSignThisID () { return this._iSignThisID; }

get confirmed () {
Expand Down

0 comments on commit 157501d

Please sign in to comment.