Function getKeylessConfig

  • Retrieves the configuration parameters for Keyless Accounts on the blockchain, including the verifying key and the maximum expiry horizon.

    Parameters

    • args: {
          aptosConfig: AptosConfig;
          options?: LedgerVersionArg;
      }

      The arguments for retrieving the keyless configuration.

      • aptosConfig: AptosConfig

        The Aptos configuration object containing network details.

      • Optionaloptions?: LedgerVersionArg

        Optional parameters for the request.

    Returns Promise<KeylessConfiguration>

    KeylessConfiguration - The configuration object containing the verifying key and maximum expiry horizon.