Input to a Cartouche.VM execution: the calldata handed to the EVM
entrypoint and the call's msg.value.
Summary
Types
@type t() :: %Cartouche.VM.Input{calldata: binary(), value: Cartouche.VM.unsigned()}
Input to a Cartouche.VM execution: the calldata handed to the EVM
entrypoint and the call's msg.value.
@type t() :: %Cartouche.VM.Input{calldata: binary(), value: Cartouche.VM.unsigned()}