From cba259dc478ce7194c6e0fc3a2e2c59e6ddc2bfd Mon Sep 17 00:00:00 2001 From: Anna Shaleva Date: Thu, 9 Sep 2021 16:31:23 +0300 Subject: [PATCH] docs: add implementation notice about `getrawtransaction` response --- docs/rpc.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/rpc.md b/docs/rpc.md index 31353456b..7790bad2b 100644 --- a/docs/rpc.md +++ b/docs/rpc.md @@ -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 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` This method doesn't work for the Ledger contract, you can get data via regular