Cartouche.VM.Input (Cartouche v0.2.0)

Copy Markdown View Source

Input to a Cartouche.VM execution: the calldata handed to the EVM entrypoint and the call's msg.value.

Summary

Types

t()

@type t() :: %Cartouche.VM.Input{calldata: binary(), value: Cartouche.VM.unsigned()}