Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.33 KB

File metadata and controls

29 lines (20 loc) · 1.33 KB

LegacyPolicyRuleRawMessageSigningDerivationPath

Properties

Name Type Description Notes
path List[float] [optional]

Example

from fireblocks.models.legacy_policy_rule_raw_message_signing_derivation_path import LegacyPolicyRuleRawMessageSigningDerivationPath

# TODO update the JSON string below
json = "{}"
# create an instance of LegacyPolicyRuleRawMessageSigningDerivationPath from a JSON string
legacy_policy_rule_raw_message_signing_derivation_path_instance = LegacyPolicyRuleRawMessageSigningDerivationPath.from_json(json)
# print the JSON string representation of the object
print(LegacyPolicyRuleRawMessageSigningDerivationPath.to_json())

# convert the object into a dict
legacy_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 dict
legacy_policy_rule_raw_message_signing_derivation_path_from_dict = LegacyPolicyRuleRawMessageSigningDerivationPath.from_dict(legacy_policy_rule_raw_message_signing_derivation_path_dict)

[Back to Model list] [Back to API list] [Back to README]