geth源码解读--rpc 调用getBlock()解析
Posted on
go-ethereum/internal/ethapi/api.go 的 BlockByNumber 接收到请求,拿到参数 blockNr 和 fullTx 然后调用 rpcOutputBlock 拿到tansaction的数据,如果fullTx 为True则返回transaction的详细数据,否
...