Interface BytecodeCallResultInput

Hierarchy

  • BytecodeCallResultInput

Properties

backend?: string

Compiler backend; fate | aevm

bytecode: string

Compiled contract

callResult: string

Call result type (ok | revert | error)

callValue: string

Call result value (ABI encoded data or error string)

function: string

Name of the called function

Generated using TypeDoc