module

TronAddress

From https://github.com/kushkamisha/tron-format-address/blob/master/lib/crypto.ts

Constants

FIRST_BYTE = "41"

Instance methods

base58_to_plain_hex(base58 : String) : String

convert base58 to hex beginning with 0x

Source
check_sum_for(hex : String) : String
Source
hex_to_bytes(hex : String) : Bytes
Source
plain_hex_to_base58(hex : String) : String

convert hex beginning with 0x to base58

Source
to_base58(hex : String) : String
Source
to_hex(base58 : String) : String
Source

Nested types