/**
 * 20 byte Ethereum address encoded as a hex with `0x` prefix.
 */
export type Address = string;
