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.
This commit is contained in:
Roman Khimov 2021-02-03 23:09:52 +03:00
parent ed3cef81cc
commit edcee68f91

View file

@ -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