v0.5.0
struct ForeignCall {
bool set;
address foreignCallAddress;
bytes4 signature;
ParamTypes returnType;
uint256 foreignCallIndex;
ParamTypes[] parameterTypes;
ForeignCallEncodedIndex[] encodedIndices;
ForeignCallEncodedIndex[] mappedTrackerKeyIndices;
bytes4 callingFunctionSelector;
}