TransactionInputSupportedParams

Properties

Example

from moonsdk.models.transaction_input_supported_params import TransactionInputSupportedParams

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

# convert the object into a dict
transaction_input_supported_params_dict = transaction_input_supported_params_instance.to_dict()
# create an instance of TransactionInputSupportedParams from a dict
transaction_input_supported_params_form_dict = transaction_input_supported_params.from_dict(transaction_input_supported_params_dict)

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

Last updated