@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Function fetchModuleAbi

    • Fetches the ABI of a specified module from the on-chain module ABI.

      Parameters

      • moduleAddress: string

        The address of the module from which to fetch the ABI.

      • moduleName: string

        The name of the module containing the ABI.

      • aptosConfig: AptosConfig

        The configuration settings for Aptos.

      Returns Promise<undefined | MoveModule>