From 3e5fa9ee6a1075debaeb9d489817084b80726765 Mon Sep 17 00:00:00 2001 From: Joel Dudley Date: Thu, 31 Aug 2017 10:09:31 +0100 Subject: [PATCH] Update api-flows.rst. --- docs/source/api-flows.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/source/api-flows.rst b/docs/source/api-flows.rst index 57d46f6362..4c1ef7fd2b 100644 --- a/docs/source/api-flows.rst +++ b/docs/source/api-flows.rst @@ -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 \ No newline at end of file + :dedent: 12