Type alias SemaphoreValidRootResponseValue

SemaphoreValidRootResponseValue: {
    valid: boolean;
}

Zupass responds with this when you ask it if it knows of a given (id, rootHash) tuple.

Type declaration

  • valid: boolean

Generated using TypeDoc