CheckChainRevocationResult
Result type for checkChainRevocation.
ts
type CheckChainRevocationResult = {
readonly ok: true;
readonly value: CheckChainRevocationValue
}