mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2025-02-02 09:40:35 +00:00
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:
parent
ed3cef81cc
commit
edcee68f91
1 changed files with 5 additions and 0 deletions
|
@ -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's possible to get non-native contract state by its ID, unlike with C# node where
|
||||||
it only works for native contracts.
|
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
|
### Unsupported methods
|
||||||
|
|
||||||
Methods listed down below are not going to be supported for various reasons
|
Methods listed down below are not going to be supported for various reasons
|
||||||
|
|
Loading…
Add table
Reference in a new issue