Skip to main content
Git Source Structure used to store the calling function name, signature and encoded values for the calling function
struct CallingFunctionHashMapping {
    string callingFunction;
    bytes4 signature;
    string encodedValues;
    string name;
}