From 299640ac8e9d06d75be340fef8459c469fb94fc8 Mon Sep 17 00:00:00 2001 From: harisato Date: Tue, 29 Aug 2023 15:48:09 +0700 Subject: [PATCH] fix(doc): fix typing --- docs/CustomTransactionSample.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/CustomTransactionSample.md b/docs/CustomTransactionSample.md index 59072cea..f346dfe1 100644 --- a/docs/CustomTransactionSample.md +++ b/docs/CustomTransactionSample.md @@ -265,6 +265,7 @@ This document contains the raw message samples for different transaction types. "value": "Uint8Array TextProposal" } } + } ] ``` @@ -279,6 +280,7 @@ This document contains the raw message samples for different transaction types. "proposalId": "5", "voter": "aura1yukgemvxtr8fv6899ntd65qfyhwgx25d2nhvj6", } + } ] ```