Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.crossmint.com/llms.txt

Use this file to discover all available pages before exploring further.

isVcChain(chain): chain is VCChain
Checks if a string is a valid and supported chain for VCs.

Parameters

ParameterTypeDescription
chainstringThe chain string to check.

Returns

chain is VCChain true if the string is a valid VCChain, otherwise false.

Defined in

verifiableCredentialsSDK/types/utils.ts:111