mirror of
https://github.com/corda/corda.git
synced 2025-02-23 10:30:24 +00:00
Update api-flows.rst.
This commit is contained in:
parent
660d012800
commit
3e5fa9ee6a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user