neoneo-go/pkg/rpc/wrappers
Roman Khimov 1fd5e5928c rpc: fix bad name spellings noted by golint
pkg/rpc/neoScanBalanceGetter.go:54:56: method parameter assetIdUint should be assetIDUint
pkg/rpc/neoScanBalanceGetter.go:62:3: var assetId should be assetID
pkg/rpc/server_test.go:27:5: var testRpcCases should be testRPCCases
pkg/rpc/txTypes.go:19:3: struct field assetId should be assetID
pkg/rpc/txTypes.go:39:35: interface method parameter assetId should be assetID
pkg/rpc/types.go:115:2: struct field TxId should be TxID

Refs. #213.
2019-09-03 18:16:48 +03:00
..
account_state.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
asset_state.go rpc: fix bad name spellings noted by golint 2019-09-03 18:16:48 +03:00
block.go Small RPC improvements (#57) 2018-03-30 08:15:03 +02:00
tx_raw_output.go Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
validate_address.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00