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
{{ message }}
This repository was archived by the owner on Nov 10, 2025. It is now read-only.
As per @ZhangTao1596, the way to validate a state service proof locally is to use MPTTrie.VerifyProof method. But the MPTTrie class is only available in StateService.dll which also depends on RpcServer plugin and Neo.ConsoleService.
Can we move the MPTTrie code into a separate library that can be used independently of StateService plugin?