Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

TestCallOutputAt

Git Source

Inherits: Assertion

Functions

constructor

constructor() payable;

callOutputAtReturnsEncodedReturnData

function callOutputAtReturnsEncodedReturnData() external view;

callOutputAtReturnsEmptyBytesForVoidCall

function callOutputAtReturnsEmptyBytesForVoidCall() external view;

callOutputAtReturnsRevertData

function callOutputAtReturnsRevertData() external view;

callOutputAtRejectsRevertedSubtreeCallId

function callOutputAtRejectsRevertedSubtreeCallId() external view;

_successfulNestedWriteId

function _successfulNestedWriteId() internal view returns (uint256 successfulNestedWriteId);

_revertedWriteStorageAndRevertId

function _revertedWriteStorageAndRevertId() internal view returns (uint256);

_revertedSubtreeChildCallId

function _revertedSubtreeChildCallId() internal view returns (uint256);

triggers

function triggers() external view override;