Skip to main content

create_simple_did

Function create_simple_did 

Source
pub fn create_simple_did(
    ctx: &mut SpendContext,
    funding_coin: Coin,
    owner: Owner,
) -> DidResult<DidSpend>
Expand description

create_did with the common defaults: no recovery list, a single required verification, and nil metadata. The usual entry point for a DID that does not need a recovery configuration.

§Errors

See create_did.