neo-go/pkg/rpc
Roman Khimov a4294f4b5f core: export UtilityTokenID and GoverningTokenID
Both are very useful outside of the core, this change also makes respective
transactions initialize with the package as they don't depend on any kind of
input and it makes no sense recreating them again and again on every use.
2020-02-19 12:13:27 +03:00
..
result RCP server (#50) 2018-03-23 21:36:59 +01:00
testdata core: deploy new smart-contract in test blocks 2020-02-18 11:59:28 +03:00
wrappers rpc: implement getcontractstate RPC 2020-02-17 23:54:25 +03:00
client.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
doc.go rpc: implement client-side getunspents 2019-11-20 16:12:40 +03:00
errors.go rpc: add custom error with code -100 2020-02-17 23:52:20 +03:00
neoScanBalanceGetter.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
neoScanTypes.go core: renames entities-> state and removed State prefix 2019-12-11 13:14:18 +03:00
param.go address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
param_test.go address: rename functions as per #579 comments 2019-12-25 17:34:18 +03:00
params.go rpc: make parameter type an enum 2019-11-22 12:56:49 +03:00
prometheus.go rpc: implement getstorage RPC 2020-02-18 11:59:31 +03:00
request.go rpc: remove EnableCORSWorkaround from Request 2020-01-10 11:14:29 +03:00
rpc.go core: export UtilityTokenID and GoverningTokenID 2020-02-19 12:13:27 +03:00
scdetails.go rpc/cli: implement contract deployment, fix #474 2019-11-20 16:12:40 +03:00
server.go rpc: implement getstorage RPC 2020-02-18 11:59:31 +03:00
server_helper_test.go core: add func to generate RPC test data 2020-02-17 23:54:25 +03:00
server_test.go rpc: implement getstorage RPC 2020-02-18 11:59:31 +03:00
stack_param.go util: add LE suffix to Uint256 methods 2019-12-06 12:16:55 +03:00
stack_param_test.go util: add LE suffix to Uint160 methods 2019-12-06 12:16:55 +03:00
tx_builder_test.go *: gofmt 2019-12-02 10:10:50 +03:00
txBuilder.go emit: use io.BinWriter instead of bytes.Buffer 2020-02-06 18:45:37 +03:00
txTypes.go *: gofmt -s 2019-09-09 12:02:24 +03:00
types.go rpc: implement gettxout RPC 2020-02-17 11:58:18 +03:00