Type Alias AptosSettings

AptosSettings: {
    client?: Client;
    clientConfig?: ClientConfig;
    faucet?: string;
    faucetConfig?: FaucetConfig;
    fullnode?: string;
    fullnodeConfig?: FullNodeConfig;
    indexer?: string;
    indexerConfig?: IndexerConfig;
    network?: Network;
    pepper?: string;
    prover?: string;
}

Configuration options for initializing the SDK, allowing customization of its behavior and interaction with the Aptos network.

Type declaration

  • Optional Readonlyclient?: Client
  • Optional ReadonlyclientConfig?: ClientConfig
  • Optional Readonlyfaucet?: string
  • Optional ReadonlyfaucetConfig?: FaucetConfig
  • Optional Readonlyfullnode?: string
  • Optional ReadonlyfullnodeConfig?: FullNodeConfig
  • Optional Readonlyindexer?: string
  • Optional ReadonlyindexerConfig?: IndexerConfig
  • Optional Readonlynetwork?: Network
  • Optional Readonlypepper?: string
  • Optional Readonlyprover?: string
MMNEPVFCICPMFPCPTTAAATR