//body先预留一个字段type Body struct { body []byte}type Block struct { header *Header // transactions Transactions body *Body}