getNextIdentity
getNextIdentity(
instance,limit):Promise<IdentityResult>
Defined in: astrobase/src/identity/identity.ts:113
Get details of the next available identity.
Parameters
Section titled “Parameters”instance
Section titled “instance”Instance used for keyring and content retrieval.
number = Infinity
Iteration limit before giving up.
Returns
Section titled “Returns”Promise<IdentityResult>
Throws
Section titled “Throws”If limit reached.