Function: get()
> get(id): CommitmentInterface | undefined
Defined in: src/registries/RegisteredCommitments.ts:41
Get a commitment by its id.
Parameters
id
string
The id of the commitment.
Returns
CommitmentInterface | undefined
The commitment or undefined if not found.