Skip to content

Commit

Permalink
Add getThresholds to Account model
Browse files Browse the repository at this point in the history
  • Loading branch information
omarfurrer committed Mar 19, 2018
1 parent 2fe1e3e commit 0c410cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/Model/Account.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,16 @@ public function getCustomAssetBalanceStroops(Asset $asset)

return null;
}

/**
* Returns an array holding account thresholds.
*
* @return array
*/
public function getThresholds()
{
return $this->thresholds;
}

public function getSequence()
{
Expand Down

0 comments on commit 0c410cd

Please sign in to comment.