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 transaction response object, or null if no transaction is found
Example
fromqan.qan.output_get_transaction_by_block_number_and_indeximportOutputGetTransactionByBlockNumberAndIndex# TODO update the JSON string belowjson="{}"# create an instance of OutputGetTransactionByBlockNumberAndIndex from a JSON stringoutput_get_transaction_by_block_number_and_index_instance=OutputGetTransactionByBlockNumberAndIndex.from_json(json)
# print the JSON string representation of the objectprint(OutputGetTransactionByBlockNumberAndIndex.to_json())
# convert the object into a dictoutput_get_transaction_by_block_number_and_index_dict=output_get_transaction_by_block_number_and_index_instance.to_dict()
# create an instance of OutputGetTransactionByBlockNumberAndIndex from a dictoutput_get_transaction_by_block_number_and_index_from_dict=OutputGetTransactionByBlockNumberAndIndex.from_dict(output_get_transaction_by_block_number_and_index_dict)