neoneo-go/pkg/services/rpcsrv
Roman Khimov 98dfe66466 rpcsrv: simplify calculatenetworkfee
We're dealing with a transaction here and it can't be decoded successfully
unless it has an appropriate number of witness scripts (matching the number of
signers) with appropriate hashes (matching signers). So this iterations make
no sense at all, we know exactly where to look for the
verification/invocation scripts.
2022-08-22 14:47:30 +03:00
..
params rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
testdata Revert "native/interop: revert management.hasMethod()" 2022-07-28 17:00:34 +03:00
client_test.go nep17: provide out of the box multitransfer capability 2022-08-19 21:52:43 +03:00
error.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
prometheus.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server.go rpcsrv: simplify calculatenetworkfee 2022-08-22 14:47:30 +03:00
server_helper_test.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00
server_test.go core: fix native Management's hasMethod signature 2022-08-11 16:10:01 +03:00
subscription.go neorpc/result: move NotaryRequestEvent to this package 2022-07-25 11:58:13 +03:00
subscription_test.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
tokens.go rpc: merge response and request under pkg/neorpc 2022-07-25 11:57:53 +03:00
util.go rpc/server: move to services/rpcsrv 2022-07-21 22:14:12 +03:00