From 28284978c081d2fde625b518dca7b4d2f1aca908 Mon Sep 17 00:00:00 2001 From: cusma Date: Mon, 23 Dec 2024 12:00:53 +0100 Subject: [PATCH] fix: missing state proof in the type list --- dev/ledger.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/ledger.md b/dev/ledger.md index 17c5436..363be02 100644 --- a/dev/ledger.md +++ b/dev/ledger.md @@ -744,7 +744,7 @@ _transaction_ $\Tx$ represents a transition between two account states. A transaction contains the following fields: - The _transaction type_ $\TxType$, which is a short string that indicates the - type of a transaction. The following transaction types are supported: + type of transaction. The following transaction types are supported: - Transaction type `pay` corresponds to a _payment_ transaction. @@ -757,6 +757,8 @@ transaction contains the following fields: - Transaction type `afrz` corresponds to an _asset freeze_ transaction. - Transaction type `appl` corresponds to an _application call_ transaction. + + - Transaction type `stpf` corresponds to a _state proof_ transaction. - Transaction type `hb` corresponds to a _heartbeat_ transaction.