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.
Class
Configuration for VC on-chain services: RPC endpoints, IPFS gateways, and timeouts.
Constructors
CrossmintVcConfig
CrossmintVcConfig({
Map<String, String>? rpcEndpoints,
List<String>? ipfsGateways,
Duration? ipfsTimeout,
})
Static Properties
defaults
static final CrossmintVcConfig defaults
Properties
ipfsGateways
List<String> get ipfsGateways
ipfsTimeout
Methods
getRpcEndpoint
String getRpcEndpoint(CrossmintVcChain chain)
Returns the JSON-RPC endpoint for the given chain.