module TronAddress

Overview

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

Extended Modules

Defined in:

tron-wallet/converter.cr

Constant Summary

FIRST_BYTE = "41"

Instance Method Summary

Instance Method Detail

def base58_to_plain_hex(base58 : String) : String #

convert base58 to hex beginning with 0x


[View source]
def check_sum_for(hex : String) : String #

[View source]
def hex_to_bytes(hex : String) : Bytes #

[View source]
def plain_hex_to_base58(hex : String) : String #

convert hex beginning with 0x to base58


[View source]
def to_base58(hex : String) : String #

[View source]
def to_hex(base58 : String) : String #

[View source]