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

BytesArraysMockUpgradeable

Inherits: Initializable

State Variables

_array

bytes[] private _array;

Functions

__BytesArraysMock_init

function __BytesArraysMock_init(bytes[] memory array) internal onlyInitializing;

__BytesArraysMock_init_unchained

function __BytesArraysMock_init_unchained(bytes[] memory array) internal onlyInitializing;

unsafeAccess

function unsafeAccess(uint256 pos) external view returns (bytes memory);

unsafeSetLength

function unsafeSetLength(uint256 newLength) external;

length

function length() external view returns (uint256);