# Structs
ProduceBlockV3Response is a wrapper json object for the returned block from the ProduceBlockV3 endpoint.
SyncDetails contains information about node sync status.
SyncDetailsContainer is a wrapper for Data.
# Interfaces
MessageJsoner describes a signed consensus type wrapper that can return the `.Message` field in a json envelope encoded as a []byte, for use as a json.RawMessage value when encoding the outer envelope.
SignedMessageJsoner embeds MessageJsoner and adds a method to also retrieve the Signature field as a string.