Appearance
nooschain v0.1.0
nooschain / identity/nonce-manager / getNextNonce
getNextNonce(db, ownerType, ownerId): Promise<bigint>
db
ownerType
ownerId
Promise
bigint
Defined in: identity/nonce-manager.ts:55
Computes the next valid nonce for an identity owner.
ChainDatabase
IdentityOwnerType
string
Promise<bigint>