Expand description
Network configuration for the Aptos SDK.
This module provides configuration options for connecting to different Aptos networks (mainnet, testnet, devnet) or custom endpoints.
Structs§
- Aptos
Config - Configuration for the Aptos client.
- Pool
Config - Configuration for HTTP connection pooling.
- Pool
Config Builder - Builder for
PoolConfig.
Enums§
- Network
- Known Aptos networks.
Functions§
- read_
response_ bounded - Reads a response body with an enforced size limit, aborting early if exceeded.
- validate_
url_ scheme - Validates that a URL uses a safe scheme (http or https).