StateTransitionIdentityIdFromInputs

Trait StateTransitionIdentityIdFromInputs 

Source
pub trait StateTransitionIdentityIdFromInputs: StateTransitionWitnessSigned {
    // Provided method
    fn identity_id_from_inputs(&self) -> Result<Identifier, ProtocolError> { ... }
}

Provided Methods§

Source

fn identity_id_from_inputs(&self) -> Result<Identifier, ProtocolError>

Get the identity id from inputs.

Inputs should represent state after creation of the identity (eg. be incremented by 1).

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§