AntispoofCheckResult

This section covers how to use the AntispoofCheck Result Object.

class cryptonets_python_sdk.helper.result_objects.antispoofCheckResult.AntispoofCheckResult(status=None, message='', is_spoof=False)
Attributes:
is_spoof

Returns a boolean indicating if the operation detected spoofing, False otherwise.

message

Returns a descriptive message associated with operation result.

status

Returns the status of the operation.

property is_spoof: bool

Returns a boolean indicating if the operation detected spoofing, False otherwise.

property message: str

Returns a descriptive message associated with operation result.

property status: int

Returns the status of the operation.