# Functions
Merge returns a new map with all keys merged from left to right On conflicting keys, rightmost inputs will clobber leftmost inputs.
NewInterval creates Interval for specified duration.
NewJSONAPIErrors creates an instance of JSONAPIErrors, with the intention of managing a collection of them.
NewJSONAPIErrorsWith creates an instance of JSONAPIErrors populated with this single detail.
ParseJSON attempts to coerce the input byte array into valid JSON and parse it into a JSON object.
# Structs
JSON stores the json types string, number, bool, and null.
JSONAPIError is an individual JSONAPI Error.
JSONAPIErrors holds errors conforming to the JSONAPI spec.
SendEtherRequest represents a request to transfer ETH.
ServiceHeader is an HTTP header to include in POST to log service.
# Type aliases
AddressCollection is an array of common.Address serializable to and from a database.
Cron holds the string that will represent the spec of the cron-job.
Interval represents a time.Duration stored as a Postgres interval type.
Secret is a string that formats and encodes redacted, as "xxxxx".
SecretURL is a URL that formats and encodes redacted, as "xxxxx".
Explicit type indicating a 32-byte sha256 hash.
WebURL contains the URL of the endpoint.