Skip to main content

Module config

Module config 

Source
Expand description

Network configuration for the Movement SDK.

This module provides configuration options for connecting to different Movement networks (mainnet, testnet, devnet) or custom endpoints.

Structs§

MovementConfig
Configuration for the Movement client.
PoolConfig
Configuration for HTTP connection pooling.
PoolConfigBuilder
Builder for PoolConfig.

Enums§

Network
Known Movement 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).