package
0.3.13-beta.0
Repository: https://github.com/spacemeshos/go-spacemesh.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Encode encodes b as a hex string with 0x prefix.
FromHex returns the bytes represented by the hexadecimal string s.
Min returns the smaller of the two inputs, both of type int.
No description provided by the author
Uint64ToBytesBigEndian returns the byte representation of a uint64, using big endian encoding (which is not the default for spacemesh).
UnmarshalFixedJSON decodes the input as a string with 0x prefix.
UnmarshalFixedText decodes the input as a string with 0x prefix.

# Variables

# Structs

MockGrpcServer allows for simulating a GRPC server in tests.

# Type aliases

Bytes marshals/unmarshals as a JSON string with 0x prefix.