# Functions
AddressFromHex will return the [20]byte value of a address hex string Any values exceeding [20]byte will be trimmed.
AddressToHex returns the string value of an address.
No description provided by the author
No description provided by the author
# Constants
AddressByteLength is the Standard Address Byte Length.
EcdsaPrivKeySize is the Standard ECDSA Private Key Size.
EcdsaPubKeyCompressedSize is the Standard compressed ECDSA Public Key Size.
EcdsaPubKeySize is the Standard ECDSA Public Key Size.
EcdsaSignatureLength is the Standard ECDSA Signature length.
HashByteLength is the Standard Hash Byte Length.