Expand description
JSON schemas, I/O utilities, and chain configuration types.
This module provides configuration loading with environment variable expansion.
JSON templates can reference environment variables using ${VAR_NAME} syntax,
which are expanded at load time.
Structs§
- Chain
Config - Chain-specific network configuration for creating or querying escrows.
- Escrow
Metadata - Metadata returned from on-chain escrow creation.
- Escrow
Params - Parameters required to create an escrow on-chain.
Enums§
- Chain
- Supported blockchain networks.
- Execution
State - State of escrow execution in the
client.