mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
wording change in Transaction.create documentation
This commit is contained in:
parent
8470854769
commit
d80de928a5
@ -662,10 +662,9 @@ class Transaction(object):
|
|||||||
|
|
||||||
Args:
|
Args:
|
||||||
tx_signers (:obj:`list` of :obj:`str`): A list of keys that
|
tx_signers (:obj:`list` of :obj:`str`): A list of keys that
|
||||||
represent the signers of the asset created by this
|
represent the signers of the CREATE Transaction.
|
||||||
Transaction.
|
|
||||||
recipients (:obj:`list` of :obj:`str`): A list of keys that
|
recipients (:obj:`list` of :obj:`str`): A list of keys that
|
||||||
represent the recipients of the asset created by this
|
represent the recipients of the outputs of this
|
||||||
Transaction.
|
Transaction.
|
||||||
metadata (dict): Python dictionary to be stored along with the
|
metadata (dict): Python dictionary to be stored along with the
|
||||||
Transaction.
|
Transaction.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user