Skip to content

Commit

Permalink
update Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
serderovsh committed May 30, 2021
1 parent 23f7f3d commit 366227f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/TronInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,12 @@ public function validateAddress(string $address, bool $hex = false);
* @return array
*/
public function generateAddress();

/**
* Check the address before converting to Hex
*
* @param $sHexAddress
* @return string
*/
public function address2HexString($sHexAddress);
}

0 comments on commit 366227f

Please sign in to comment.