docs: add implementation notice about getrawtransaction
response
This commit is contained in:
parent
61faf28738
commit
cba259dc47
1 changed files with 5 additions and 0 deletions
|
@ -88,6 +88,11 @@ feature is not supported by the C# node.
|
||||||
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.
|
||||||
|
|
||||||
|
##### `getrawtransaction`
|
||||||
|
|
||||||
|
VM state is included to verbose response along with other transaction fields if
|
||||||
|
the transaction is already on chain.
|
||||||
|
|
||||||
##### `getstorage`
|
##### `getstorage`
|
||||||
|
|
||||||
This method doesn't work for the Ledger contract, you can get data via regular
|
This method doesn't work for the Ledger contract, you can get data via regular
|
||||||
|
|
Loading…
Reference in a new issue