You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! I am trying to get the full root node of the trie and I have tried couple of ways which doesn't seem to return any results! one of the ways I thought will work was doing something like this
let root_entry = tx.get::<tables::AccountsTrie>(StoredNibbles::default())?;
the assumption is that empty nibbles returns the root entry but this didn't work for me! can anyone assist me with this ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey! I am trying to get the full root node of the trie and I have tried couple of ways which doesn't seem to return any results! one of the ways I thought will work was doing something like this
the assumption is that empty nibbles returns the root entry but this didn't work for me! can anyone assist me with this ?
Beta Was this translation helpful? Give feedback.
All reactions