mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Use sphinx note for note in document
This commit is contained in:
parent
0dc9b46ea7
commit
e243a1be9b
@ -47,12 +47,13 @@ POST /transactions/
|
|||||||
|
|
||||||
Push a new transaction.
|
Push a new transaction.
|
||||||
|
|
||||||
Note: The posted transaction should be a valid and signed :doc:`transaction <../data-models/transaction-model>`.
|
.. note::
|
||||||
The steps to build a valid transaction are beyond the scope of this page.
|
The posted transaction should be valid `transaction
|
||||||
One would normally use a driver such as the `BigchainDB Python Driver
|
<https://bigchaindb.readthedocs.io/en/latest/data-models/transaction-model.html>`_.
|
||||||
<https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>`_ to
|
The steps to build a valid transaction are beyond the scope of this page.
|
||||||
build a valid transaction. The exact contents of a valid transaction depend
|
One would normally use a driver such as the `BigchainDB Python Driver
|
||||||
on the associated public/private keypairs.
|
<https://docs.bigchaindb.com/projects/py-driver/en/latest/index.html>`_
|
||||||
|
to build a valid transaction.
|
||||||
|
|
||||||
**Example request**:
|
**Example request**:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user