Interface: GetRecordOptions
Defined in: src/types/interfaces/repository.interface.ts:74
Options for fetching a single record.
Properties
cid?
readonlyoptionalcid:CID
Defined in: src/types/interfaces/repository.interface.ts:82
Specific CID version to fetch.
Remarks
If provided, fetches the record at this specific version. If omitted, fetches the latest version.