mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Fix docstring of recipient argument to be a list of tuples (#1091)
This commit is contained in:
parent
6783478126
commit
d49b06933a
@ -482,8 +482,8 @@ class Transaction(object):
|
||||
Args:
|
||||
tx_signers (:obj:`list` of :obj:`str`): A list of keys that
|
||||
represent the signers of the CREATE Transaction.
|
||||
recipients (:obj:`list` of :obj:`str`): A list of keys that
|
||||
represent the recipients of the outputs of this
|
||||
recipients (:obj:`list` of :obj:`tuple`): A list of
|
||||
([keys],amount) that represent the recipients of this
|
||||
Transaction.
|
||||
metadata (dict): The metadata to be stored along with the
|
||||
Transaction.
|
||||
@ -549,7 +549,7 @@ class Transaction(object):
|
||||
inputs (:obj:`list` of :class:`~bigchaindb.common.transaction.
|
||||
Input`): Converted `Output`s, intended to
|
||||
be used as inputs in the transfer to generate.
|
||||
recipients (:obj:`list` of :obj:`str`): A list of
|
||||
recipients (:obj:`list` of :obj:`tuple`): A list of
|
||||
([keys],amount) that represent the recipients of this
|
||||
Transaction.
|
||||
asset_id (str): The asset ID of the asset to be transferred in
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user