updated inline docs

This commit is contained in:
diminator 2016-08-22 12:22:22 +02:00
parent d8df478925
commit 6bf9e08095
No known key found for this signature in database
GPG Key ID: C3D8590E6D0D439A

View File

@ -145,6 +145,8 @@ class Bigchain(object):
Args:
txid (str): transaction id of the transaction to query
include_status (bool): also return the status of the transaction
the return value is then a tuple: (tx, status)
Returns:
A dict with the transaction details if the transaction was found.