interface IPresentedStatus {
    accumulated: AccumulatorValueType;
    extra: object;
    id: string;
    revocationCheck: string;
    type: RevocationStatusProtocol;
}

Properties

extra: object
id: string
revocationCheck: string