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
Result - Result of escrow execution in the
client. - Execution
State - State of escrow execution in the
client.
Constants§
- ESCROW_
CONDITIONS_ PATH - Default path to escrow conditions.
- ESCROW_
METADATA_ PATH - Default path to on-chain escrow metadata (output from create command).
- ESCROW_
PARAMS_ PATH - Default path to escrow parameters configuration.