verbs.abi.load_abi# load_abi(abi_path: str) → type[source]# Load an ABI type from an ABI file Load an ABI JSON file and create a type representing the ABI. Parameters: abi_path (str) – Path to the ABI JSON file. Returns: type – Type representing the ABI with attributes for the functions and events.