From 9f8f2d96ae8737bb7b9f40ea98633ef29b4dd17e Mon Sep 17 00:00:00 2001 From: Zhang ShengYan Date: Tue, 8 Apr 2025 16:40:12 +0800 Subject: [PATCH] doc: add accountsDataSlice --- 03-account-parser/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/03-account-parser/README.md b/03-account-parser/README.md index c773083..674016d 100644 --- a/03-account-parser/README.md +++ b/03-account-parser/README.md @@ -23,7 +23,7 @@ const request: SubscribeRequest = { blocks: {}, blocksMeta: {}, entry: {}, - accountsDataSlice: [], + accountsDataSlice: [ { offset: "253", length: "16" } ], commitment: CommitmentLevel.PROCESSED, ping: undefined, };