Doc changes

This commit is contained in:
Charles 2017-03-30 12:28:15 -04:00 committed by Mike Hearn
parent c80b3b787c
commit cb84f7b707

View File

@ -42,9 +42,9 @@ identifier for convenience purposes.
Transaction lifecycle types
---------------------------
The ``WireTransaction`` class contains the core of a transaction without signatures, and with references to attachments
in place of the attachments themselves (see also :doc:`key-concepts-data-model`). Once signed these are encapsulated in the
``SignedTransaction`` class. For processing a transaction (i.e. to verify it) a ``SignedTransaction`` is then converted to a
A ``WireTransaction`` instance contains the core of a transaction without signatures, and with references to attachments
in place of the attachments themselves (see also :doc:`key-concepts-data-model`). Once signed these are encapsulated in a
``SignedTransaction`` instance. For processing a transaction (i.e. to verify it) a ``SignedTransaction`` is then converted to a
``LedgerTransaction``, which involves verifying the signatures and associating them to the relevant command(s), and
resolving the attachment references to the attachments. Commands with valid signatures are encapsulated in the
``AuthenticatedObject`` type.