diff --git a/src/Model/Account.php b/src/Model/Account.php index da1ab4f..a7071dc 100755 --- a/src/Model/Account.php +++ b/src/Model/Account.php @@ -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() {