From d4e83e7901c16d1df5e89ad05c1af7a79e329d88 Mon Sep 17 00:00:00 2001 From: Say Cheong Date: Fri, 19 Jan 2024 14:28:55 +0900 Subject: [PATCH] Updated docs --- Libplanet.Store/TrieStateStore.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Libplanet.Store/TrieStateStore.cs b/Libplanet.Store/TrieStateStore.cs index d1f4032d4c8..d4ab90fe0a8 100644 --- a/Libplanet.Store/TrieStateStore.cs +++ b/Libplanet.Store/TrieStateStore.cs @@ -33,8 +33,17 @@ public TrieStateStore(IKeyValueStore stateKeyValueStore) public IKeyValueStore StateKeyValueStore { get; } /// + /// /// Copies states under state root hashes of given /// to . + /// + /// + /// Under the hood, this not only copies states directly associated + /// with , but also automatically copies states + /// that are not directly associated with + /// but associated with "subtries" with references stored in s + /// of . + /// /// /// The state root hashes of states to copy. /// The target state store to copy state root hashes.