View Source Signet.VM.ExecutionResult (Signet v1.3.8)

Summary

Types

@type t() :: %Signet.VM.ExecutionResult{
  return_data: binary(),
  reverted: boolean(),
  stack: [binary()]
}

Functions

@spec from_context(Signet.VM.Context.t()) :: t()