package common type BlockJson struct { } type Block struct { Id int64 PrevHash []byte Hash []byte }