Skip to content

Commit

Permalink
Merge pull request #11 from omarfurrer/master
Browse files Browse the repository at this point in the history
Add getThresholds to Account model
  • Loading branch information
zulucrypto authored Mar 19, 2018
2 parents 2fe1e3e + 0c410cd commit cc3cdd5
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 cc3cdd5

Please sign in to comment.