• Felix Lange's avatar
    core/types, core/vm: improve docs, add JSON marshaling methods · 704fde01
    Felix Lange authored
    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.
    704fde01
log_test.go 2.67 KB