From edcee68f9147235c52ce8cc18e2c90489a770e12 Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Wed, 3 Feb 2021 23:09:52 +0300 Subject: [PATCH] docs: add a note about getstorage Initially I wanted to emulate it, but probably there is no much gain in doing so. It can be done if need be. --- docs/rpc.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/rpc.md b/docs/rpc.md index 4f0462271..68c68fdf9 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -84,6 +84,11 @@ node where it only works for addresses from opened wallet. It's possible to get non-native contract state by its ID, unlike with C# node where it only works for native contracts. +##### `getstorage` + +This method doesn't work for the Ledger contract, you can get data via regular +`getblock` and `getrawtransaction` calls. + ### Unsupported methods Methods listed down below are not going to be supported for various reasons