Skip to content

nooschain v0.1.0


nooschain / identity/nonce-manager / getNextNonce

Function: getNextNonce()

getNextNonce(db, ownerType, ownerId): Promise<bigint>

Defined in: identity/nonce-manager.ts:55

Computes the next valid nonce for an identity owner.

Parameters

db

ChainDatabase

ownerType

IdentityOwnerType

ownerId

string

Returns

Promise<bigint>

Audience-first NOOSChain documentation.