ChainRPCConfig: Record<VCChain, string>

ChainRPCConfig is a mapping of blockchain chains to their respective RPC endpoints.

Example

const config: ChainRPCConfig = {
  polygon: "https://polygon.llamarpc.com/",
};

Defined in

verifiableCredentialsSDK/types/chain.ts:17