Type alias ActiveTenantCheckResult

ActiveTenantCheckResult: {
    detail?: string;
    isActiveTenant: boolean;
}

The result of the isActiveTenant() call.

Type declaration

  • Optional detail?: string

    An optional detail message if the given DID is not an active tenant of the DWN.

  • isActiveTenant: boolean

    true if the given DID is an active tenant of the DWN; false otherwise.