Get Identity State
The getState()
function returns the present state of an identity.
Future<String> getState(String did)
getState()
returns the identity state from the did
, which is the unique ID of the identity.
The getState()
function returns the present state of an identity.
Future<String> getState(String did)
getState()
returns the identity state from the did
, which is the unique ID of the identity.