Indicates whether a fetch operation is currently in progress.
The Candid definition to validate.
true if the string is valid, false otherwise.
Validates the provided Candid interface definition string.
The Candid definition to validate.
true if valid, false otherwise.
Evaluates the provided Candid interface definition string.
The Candid definition to evaluate.
A promise resolving to the corresponding InterfaceFactory if the evaluation succeeds, otherwise undefined.
The error message encountered during the fetch operation, or
nullif no error occurred.