neoneo-go/pkg/neorpc
Tatiana Nesterenko 9e31e42bd9 rpcsrv: add getrawnotarypool, getrawnotarytransaction handlers
`getrawnotarytransaction` takes a transaction hash and attempts to find
the corresponding transaction in the notary requests mempool. It searches
through all the verified main and fallback transactions.
`getrawnotarypool` returns hashes of all the verified transactions,
including both main and fallback transactions.

Additionally add struct result.RawNotaryPool.

Close https://github.com/nspcc-dev/neo-go/issues/2951

Signed-off-by: Tatiana Nesterenko <tatiana@nspcc.io>
2023-08-31 18:51:43 +01:00
..
result rpcsrv: add getrawnotarypool, getrawnotarytransaction handlers 2023-08-31 18:51:43 +01:00
rpcevent *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
errors.go neorpc: add deprecated error codes for C#-compatibility 2023-08-16 13:59:39 +01:00
events.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
filters.go neorpc: add Copy to filters for easy deep copying 2023-03-16 23:43:00 +03:00
filters_test.go neorpc: add Copy to filters for easy deep copying 2023-03-16 23:43:00 +03:00
types.go neorpc: adjust the way SignerWithWitness is marshalled 2023-07-20 10:33:50 +03:00
types_test.go neorpc: adjust the way SignerWithWitness is marshalled 2023-07-20 10:33:50 +03:00