1
0
Fork 0
forked from forks/go-ethereum
go-ethereum-modded-tocallarg/core
Felix Lange 704fde01e8 core/types, core/vm: improve docs, add JSON marshaling methods
In this commit, core/types's types learn how to encode and decode
themselves as JSON. The encoding is very similar to what the RPC API
uses. The RPC API is missing some output fields (e.g. transaction
signature values) which will be added to the API in a later commit. Some
fields that the API generates are ignored by the decoder methods here.
2016-08-04 03:55:33 +02:00
..
state
types core/types, core/vm: improve docs, add JSON marshaling methods 2016-08-04 03:55:33 +02:00
vm core/types, core/vm: improve docs, add JSON marshaling methods 2016-08-04 03:55:33 +02:00
.gitignore
asm.go
bench_test.go
block_validator.go
block_validator_test.go
blockchain.go
blockchain_test.go
blocks.go
chain_makers.go
chain_makers_test.go
chain_pow.go
chain_pow_test.go
config.go
dao.go
dao_test.go
database_util.go
database_util_test.go
default_genesis.go
error.go
events.go
execution.go
fees.go
filter_test.go
gaspool.go
genesis.go
headerchain.go
helper_test.go
state_processor.go
state_transition.go
tx_pool.go
tx_pool_test.go
types.go
vm_env.go