deltakit.explorer.Logging.info_and_generate_uid#

static Logging.info_and_generate_uid(args: dict[str, Any]) str#

This method is used to log the API method invocation, and to generate a unique string which represents the call in the log files on both client and server sides.

Parameters:

args (Dict[str, Any]) – any arguments, assumed to be a result of locals() call inside the method. Will be saved as is, with self value removed.

Returns:

unique string, identifying function call.

Return type:

str