Module stellar

Source
Expand description

Stellar Network Configuration

This module provides configuration support for Stellar blockchain networks including Stellar mainnet (Pubnet), testnet, and custom Stellar-compatible networks.

§Key Features

  • Full inheritance support: Stellar networks can inherit from other Stellar networks
  • Network passphrase: Critical field for transaction signing and network identification
  • Standard validation: Inherits all common field validation requirements
  • Type safety: Inheritance only allowed between Stellar networks

Structs§

StellarNetworkConfig
Configuration specific to Stellar networks.