interface BytecodeCallResultInput {
    bytecode: string;
    callResult: string;
    callValue: string;
    function: string;
}

Properties

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