AntispoofCheckResult¶
This section covers how to use the AntispoofCheck Result Object.
- class cryptonets_python_sdk.helper.result_objects.antispoofCheckResult.AntispoofCheckResult(status=None, message='', is_antispoof=False)¶
- Attributes:
is_antispoofReturns a boolean indicating if the anti-spoofing operation detected spoofing.
messageReturns a descriptive message associated with the anti-spoofing operation result.
statusReturns the status of the anti-spoofing operation.
- property is_antispoof: bool¶
Returns a boolean indicating if the anti-spoofing operation detected spoofing.
- property message: str¶
Returns a descriptive message associated with the anti-spoofing operation result.
- property status: int¶
Returns the status of the anti-spoofing operation.