pub fn create_simple_did( synthetic_key: PublicKey, selected_coins: Vec<Coin>, fee: u64, ) -> Result<(Vec<CoinSpend>, Coin)>
Creates a simple DID (Rust API version).