/**
 * Some `calldata` sent to a contract in a transaction encoded as a hex with `0x` prefix.
 */
export type CallData = string;
