Update api-flows.rst.

This commit is contained in:
Joel Dudley 2017-08-31 10:09:31 +01:00 committed by GitHub
parent 660d012800
commit 3e5fa9ee6a

View File

@ -196,8 +196,13 @@ updates. This section details the API for common tasks.
Transaction building
^^^^^^^^^^^^^^^^^^^^
The majority of the work performed during a flow will be to build, verify and sign a transaction. We cover this in
:doc:`api-transactions`.
The majority of the work performed during a flow will be to build, verify and sign a transaction. This is covered
in :doc:`api-transactions`.
Extracting states from the vault
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
When building a transaction, you'll often need to extract the states you wish to consume from the vault. This is
covered in :doc:`api-vault-query`.
Retrieving information about other nodes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@ -592,4 +597,4 @@ We then update the progress tracker's current step as we progress through the fl
:language: java
:start-after: DOCSTART 18
:end-before: DOCEND 18
:dedent: 12
:dedent: 12