package
0.3.9
Repository: https://github.com/taubyte/go-sdk.git
Documentation: pkg.go.dev

# 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.

# Type aliases

Address is the fixed (20) byte array of an address.
Hash is the fixed (32) byte array of a hash.