Skip to content

Commit fc10b68

Browse files
authored
docs(ref): document updates (#110)
* docs(ref): doc page updates * docs(ref): update doc id link and description * docs(ref): fix link * docs(ref): update action * docs(ref): update doc delete st * docs(ref): update data create st info * docs(ref): update document replace info * docs(ref): update doc object info * docs(ref): add table links * docs: misc small updates * docs(ref): add basic doc transfer st info * docs(ref): add document purchase and update price st info
1 parent d13db99 commit fc10b68

File tree

3 files changed

+94
-272
lines changed

3 files changed

+94
-272
lines changed

docs/explanations/platform-protocol-state-transition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The following table contains a list of currently defined payload types:
3737
| Payload Type | Payload Description |
3838
| - | - |
3939
| [Data Contract Create](../protocol-ref/data-contract.md#data-contract-create) (`0`) | [Database schema](../explanations/platform-protocol-data-contract.md) for a single application |
40-
| [Batch](../protocol-ref/document.md#document-submission) (`1`) | An array of 1 or more [document](../explanations/platform-protocol-document.md) or token transition objects |
40+
| [Batch](../protocol-ref/document.md#document-overview) (`1`) | An array of 1 or more [document](../explanations/platform-protocol-document.md) or token transition objects |
4141
| [Identity Create](../protocol-ref/identity.md#identity-create) (`2`) | Information including the public keys required to create a new [Identity](../explanations/identity.md) |
4242
| [Identity Topup](../protocol-ref/identity.md#identity-topup) (`3`) | Information including proof of a transaction containing an amount to add to the provided identity's balance |
4343
| [Data Contract Update](../protocol-ref/data-contract.md#data-contract-update) (`4`) | An updated [database schema](../explanations/platform-protocol-data-contract.md) to modify an existing application |

0 commit comments

Comments
 (0)