Skip to content

nooschain v0.1.0


nooschain / identity/nonce-manager / getCurrentNonce

Function: getCurrentNonce()

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

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

Reads the current consumed nonce for an identity owner.

Parameters

db

ChainDatabase

ownerType

IdentityOwnerType

ownerId

string

Returns

Promise<bigint>

Audience-first NOOSChain documentation.