TollbitDomainVerificationResult
The result of verifying a Tollbit domain.
type TollbitDomainVerificationResult {
domain: String
error: String
isVerified: Boolean
}
Fields
TollbitDomainVerificationResult.domain ● String scalar common
The domain that was verified.
TollbitDomainVerificationResult.error ● String scalar common
An error returned during verification, if any.
TollbitDomainVerificationResult.isVerified ● Boolean scalar common
Whether the domain was verified successfully.