package tron // 区块 // { // "blockID":, // "block_header": map, // "transactions": map, //} type TRONNode struct { decodeKey string ConfirmHeight uint64 }