Returns the calldata the (internal) transaction

function simCalldata() internal returns (bytes calldata_)

Return Values

NameTypeDescription
calldata_bytesthe calldata of the Ethereum transaction/call/create

Notes

  1. Scoped to the deepest currently executing internal transaction.