# Functions
HexToAddress converts a hexadecimal string to an Ethereum address.
HexToBytes converts a hexadecimal string to a byte array.
HexToHash converts a hexadecimal string to an Ethereum hash.
HexToPubkey converts a hexadecimal string to a BLS Public Key.
HexToSignature converts a hexadecimal string to a BLS Signature.
NewRelay creates a mocked relay which implements the backend.BoostBackend interface A secret key must be provided to sign default and custom response messages.
# Variables
TestLog is used to log information in the test methods.