Returns the bytes returned by an (internal) transaction

function simReturnedValue() internal returns (bytes returnvalue)

Return Values

NameTypeDescription
returnvaluebytesthe bytes returned by the Ethereum transaction/call/create

Notes

  1. Can only be called in a transaction stop hook.