Skip to content

tryFrom

tryFrom(input): PieceCID | null

Defined in: packages/synapse-core/src/piece/parse.ts:52

Construct a PieceCID from any supported input, or null if the input is null/undefined or fails validation.

ParameterType
inputPieceCIDInput | null | undefined

PieceCID | null