You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whether the transaction from the given source to the given destination address can be executed as a Cobo Loop transfer. - `true`: The transaction can be executed as a Cobo Loop transfer. - `false`: The transaction cannot be executed as a Cobo Loop transfer.
[optional]
Example
fromcobo_waas2.models.check_loop_transfers200_response_innerimportCheckLoopTransfers200ResponseInner# TODO update the JSON string belowjson="{}"# create an instance of CheckLoopTransfers200ResponseInner from a JSON stringcheck_loop_transfers200_response_inner_instance=CheckLoopTransfers200ResponseInner.from_json(json)
# print the JSON string representation of the objectprint(CheckLoopTransfers200ResponseInner.to_json())
# convert the object into a dictcheck_loop_transfers200_response_inner_dict=check_loop_transfers200_response_inner_instance.to_dict()
# create an instance of CheckLoopTransfers200ResponseInner from a dictcheck_loop_transfers200_response_inner_from_dict=CheckLoopTransfers200ResponseInner.from_dict(check_loop_transfers200_response_inner_dict)