Appearance
nooschain v0.1.0
nooschain / identity/nonce-manager / getCurrentNonce
getCurrentNonce(db, ownerType, ownerId): Promise<bigint>
db
ownerType
ownerId
Promise
bigint
Defined in: identity/nonce-manager.ts:37
Reads the current consumed nonce for an identity owner.
ChainDatabase
IdentityOwnerType
string
Promise<bigint>