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_antispoof

Returns a boolean indicating if the anti-spoofing operation detected spoofing.

message

Returns a descriptive message associated with the anti-spoofing operation result.

status

Returns 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.