neo-go/pkg/core/transaction
Roman Khimov a9b9c9226d *: add/fix godoc comments to satisfy golint
Fixes things like:
 * exported type/method/function X should have comment or be unexported
 * comment on exported type/method/function X should be of the form "X ..."
   (with optional leading article)

Refs. #213.
2019-09-03 17:57:51 +03:00
..
asset_type.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
attr_usage.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
attribute.go transaction: fix DescriptionURL attribute handling 2019-08-30 16:51:18 +03:00
attrusage_string.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
claim.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
contract.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
contract_test.go transaction: move and adapt test from dev 2019-08-30 18:23:53 +03:00
enrollment.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
enrollment_test.go transaction: move enrollment test from dev into the master 2019-08-30 18:28:12 +03:00
helper_test.go transaction: add version check for publish 2019-08-29 19:14:22 +03:00
input.go pkg/core: use util.binaryReader/Writer 2019-08-28 19:45:17 +03:00
invocation.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
issue.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
miner.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
miner_test.go transaction: add miner tx test from dev 2019-08-30 18:53:26 +03:00
output.go pkg/core: use util.binaryReader/Writer 2019-08-28 19:45:17 +03:00
publish.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
register.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
register_test.go crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
result.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
state.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
state_descriptor.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
state_test.go transaction: move state test from dev 2019-08-30 19:35:57 +03:00
transaction.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
transaction_test.go transaction: add binary encoding for publish 2019-08-30 19:19:43 +03:00
txer.go transaction: implement proper Size() everywhere 2019-08-30 11:41:10 +03:00
type.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
witness.go pkg/core: use util.binaryReader/Writer 2019-08-28 19:45:17 +03:00