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
The integer of the number of transactions sent from an address encoded as decimal
Example
fromqan.qan.output_get_transaction_countimportOutputGetTransactionCount# TODO update the JSON string belowjson="{}"# create an instance of OutputGetTransactionCount from a JSON stringoutput_get_transaction_count_instance=OutputGetTransactionCount.from_json(json)
# print the JSON string representation of the objectprint(OutputGetTransactionCount.to_json())
# convert the object into a dictoutput_get_transaction_count_dict=output_get_transaction_count_instance.to_dict()
# create an instance of OutputGetTransactionCount from a dictoutput_get_transaction_count_from_dict=OutputGetTransactionCount.from_dict(output_get_transaction_count_dict)