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
Travel Rule Message ID to associate with transaction (null to unset)
Example
fromfireblocks.models.tr_link_set_transaction_travel_rule_message_id_requestimportTRLinkSetTransactionTravelRuleMessageIdRequest# TODO update the JSON string belowjson="{}"# create an instance of TRLinkSetTransactionTravelRuleMessageIdRequest from a JSON stringtr_link_set_transaction_travel_rule_message_id_request_instance=TRLinkSetTransactionTravelRuleMessageIdRequest.from_json(json)
# print the JSON string representation of the objectprint(TRLinkSetTransactionTravelRuleMessageIdRequest.to_json())
# convert the object into a dicttr_link_set_transaction_travel_rule_message_id_request_dict=tr_link_set_transaction_travel_rule_message_id_request_instance.to_dict()
# create an instance of TRLinkSetTransactionTravelRuleMessageIdRequest from a dicttr_link_set_transaction_travel_rule_message_id_request_from_dict=TRLinkSetTransactionTravelRuleMessageIdRequest.from_dict(tr_link_set_transaction_travel_rule_message_id_request_dict)