package
6.0.0
Repository: https://github.com/aeternity/aepp-sdk-go.git
Documentation: pkg.go.dev

# Functions

Blake2bHash calculates the blake2b 32bit hash of the input byte array.
Decode a string encoded with base58/base64 + checksum to a byte array in aeternity, bytearrays are always base-encoded with a prefix that indicates what the bytearray is.
DecodeRLPMessage takes an RLP serialized bytearray and parses the RLP to return the deserialized, structured data as bytearrays ([]interfaces that should be later coerced into specific types).
Encode a byte array into base58/base64 with checksum and a prefix.
GetHashPrefix returns a HashPrefix of a string.

# Constants

Base58/Base64 encoding definitions.
Base58/Base64 encoding definitions.
Base58 encoded bytearrays.
Prefixes.
Prefixes.
Prefixes.
Base64 encoded bytearrays.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefix separator.
Prefixes.
Prefixes.
Prefixes.
Prefixes.
Prefixes.

# Type aliases

HashPrefix describes a prefix that is attached to every base-encoded bytearray used in aeternity to describe its function.
ObjectEncoding is an enum string that describes whether a bytearray is base58 or base64 encoded.