MAX_ABI_ARG_TYPE_LEN constant

int const MAX_ABI_ARG_TYPE_LEN

if the abi type argument number > 15, then the abi types after 14th should be wrapped in a tuple

Implementation

static const MAX_ABI_ARG_TYPE_LEN = 15;