Open earthskyorg opened 2 months ago
let client = TonClientBuilder::new() .with_connection_params(&TonConnectionParams { config: TESTNET_CONFIG.to_string(), blockchain_name: None, use_callbacks_for_network: false, ignore_cache: false, keystore_dir: None, }) .build() .await?;
Cross-Platform Compatibility
Known Issues or Limitations