Skip to content

CheckChainRevocationResult

Result type for checkChainRevocation.

ts
type CheckChainRevocationResult = {
  readonly ok: true;
  readonly value: CheckChainRevocationValue
}

Released under the MIT License.