package commands /* future home of block related eth_ routines */ // GetBlockByNumber(ctx context.Context, number rpc.BlockNumber, fullTx bool) (map[string]interface{}, error) // GetBlockByHash(ctx context.Context, hash common.Hash, fullTx bool) (map[string]interface{}, error) // GetBlockTransactionCountByNumber(ctx context.Context, blockNr rpc.BlockNumber) (*hexutil.Uint, error) // GetBlockTransactionCountByHash(ctx context.Context, blockHash common.Hash) (*hexutil.Uint, error)