pub type RevmOutput = Output;
enum RevmOutput { Call(Bytes), Create(Bytes, Option<Address>), }
Output of a call.
Output of a create.