module TronAddress
Overview
From https://github.com/kushkamisha/tron-format-address/blob/master/lib/crypto.ts
Extended Modules
Defined in:
tron-wallet/converter.crConstant Summary
-
FIRST_BYTE =
"41"
Instance Method Summary
-
#base58_to_plain_hex(base58 : String) : String
convert base58 to hex beginning with 0x
- #check_sum_for(hex : String) : String
- #hex_to_bytes(hex : String) : Bytes
-
#plain_hex_to_base58(hex : String) : String
convert hex beginning with 0x to base58
- #to_base58(hex : String) : String
- #to_hex(base58 : String) : String