neoneo-go/pkg/core/transaction
Roman Khimov 5bf00db2c9 io: move BinReader/BinWriter there, redo Serializable with it
The logic here is that we'll have all binary encoding/decoding done via our io
package, which simplifies error handling. This functionality doesn't belong to
util, so it's moved.

This also expands BufBinWriter with Reset() method to fit the needs of core
package.
2019-09-16 23:39: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 io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
attrusage_string.go transaction: auto-generate stringer interface for AttrUsage 2019-08-30 17:44:36 +03:00
claim.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
contract.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
contract_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
enrollment.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
enrollment_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
helper_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
input.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
invocation.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
issue.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
miner.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
miner_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
output.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
publish.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
register.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
register_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
result.go Implement rpc server method: sendrawtransaction (#174) 2019-03-20 12:30:05 +00:00
state.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
state_descriptor.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
state_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
transaction.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
transaction_test.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
txer.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
type.go *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
witness.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00