Function: has()
> has(id): boolean
Defined in: src/registries/RegisteredCommitments.ts:66
Check if a commitment is registered.
Parameters
id
string
The id of the commitment.
Returns
boolean
True if the commitment is registered, false otherwise.
> has(id): boolean
Defined in: src/registries/RegisteredCommitments.ts:66
Check if a commitment is registered.
string
The id of the commitment.
boolean
True if the commitment is registered, false otherwise.