Fetches a module ABI along with all struct ABIs it references. This optimization minimizes nested network calls when encoding struct/enum arguments.
Strategy:
The address of the module from which to fetch the ABI.
The name of the module containing the ABI.
The configuration settings for Aptos.
ModuleAbiBundle containing the module and all referenced struct modules
Fetches a module ABI along with all struct ABIs it references. This optimization minimizes nested network calls when encoding struct/enum arguments.
Strategy: