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
fromfireblocks.models.legacy_policy_rule_raw_message_signing_derivation_pathimportLegacyPolicyRuleRawMessageSigningDerivationPath# TODO update the JSON string belowjson="{}"# create an instance of LegacyPolicyRuleRawMessageSigningDerivationPath from a JSON stringlegacy_policy_rule_raw_message_signing_derivation_path_instance=LegacyPolicyRuleRawMessageSigningDerivationPath.from_json(json)
# print the JSON string representation of the objectprint(LegacyPolicyRuleRawMessageSigningDerivationPath.to_json())
# convert the object into a dictlegacy_policy_rule_raw_message_signing_derivation_path_dict=legacy_policy_rule_raw_message_signing_derivation_path_instance.to_dict()
# create an instance of LegacyPolicyRuleRawMessageSigningDerivationPath from a dictlegacy_policy_rule_raw_message_signing_derivation_path_from_dict=LegacyPolicyRuleRawMessageSigningDerivationPath.from_dict(legacy_policy_rule_raw_message_signing_derivation_path_dict)