pub type TestUtilsEvent = TestUtilsEvent<AccountId>;
Aliased Type§
enum TestUtilsEvent {
DidStatus(IdentityId, AccountId),
CddStatus(Option<IdentityId>, AccountId, bool),
}
Variants§
DidStatus(IdentityId, AccountId)
Emits the IdentityId
and the AccountId
of the caller.
(Caller DID, Caller account)
CddStatus(Option<IdentityId>, AccountId, bool)
Shows the DID
associated to the AccountId
, and a flag indicates if that DID has a
valid CDD claim.
(Target DID, Target Account, a valid CDD claim exists)