create_simple_did

Function create_simple_did 

Source
pub fn create_simple_did(
    synthetic_key: PublicKey,
    selected_coins: Vec<Coin>,
    fee: u64,
) -> Result<(Vec<CoinSpend>, Coin)>
Expand description

Creates a simple DID (Rust API version).